libmetal
|
#include <unistd.h>
#include <sys/syscall.h>
#include <linux/futex.h>
#include <metal/atomic.h>
#include <metal/errno.h>
#include <stdint.h>
#include <limits.h>
Go to the source code of this file.
Data Structures | |
struct | metal_condition |
Macros | |
#define | METAL_CONDITION_INIT |
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 |
Static metal condition variable initialization.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |