|
libmetal
|
#include <pthread.h>Go to the source code of this file.
Data Structures | |
| struct | metal_condition |
Macros | |
| #define | METAL_CONDITION_INIT {PTHREAD_COND_INITIALIZER} |
Functions | |
| static void | metal_condition_init (struct metal_condition *cv) |
| static int | metal_condition_signal (struct metal_condition *cv) |
| static int | metal_condition_broadcast (struct metal_condition *cv) |
| #define METAL_CONDITION_INIT {PTHREAD_COND_INITIALIZER} |
Static metal condition variable initialization.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |