Definition in file condition.c.
#include "lib/condition.h"

Go to the source code of this file.
Functions | |
| LumieraCondition | lumiera_condition_destroy (LumieraCondition self, struct nobug_flag *flag, const struct nobug_context ctx) |
| Destroy a condition variable. | |
| LumieraCondition | lumiera_condition_init (LumieraCondition self, const char *purpose, struct nobug_flag *flag, const struct nobug_context ctx) |
| Initialize a condition variable. | |
| LumieraCondition lumiera_condition_init | ( | LumieraCondition | self, | |
| const char * | purpose, | |||
| struct nobug_flag * | flag, | |||
| const struct nobug_context | ctx | |||
| ) |
Initialize a condition variable.
| self | is a pointer to the condition variable to be initialized |
Definition at line 31 of file condition.c.
Referenced by lumiera_thread_new(), and lumiera_threadpool_init().

| LumieraCondition lumiera_condition_destroy | ( | LumieraCondition | self, | |
| struct nobug_flag * | flag, | |||
| const struct nobug_context | ctx | |||
| ) |
Destroy a condition variable.
| self | is a pointer to the condition variable to be destroyed |
Definition at line 50 of file condition.c.
References LUMIERA_DIE.
Referenced by lumiera_thread_destroy().

1.5.6