MOS Source Code
|
#include <mos/types.h>
Go to the source code of this file.
Functions | |
bool | futex_wait (futex_word_t *futex, futex_word_t expected) |
bool | futex_wake (futex_word_t *lock, size_t num_to_wake) |
bool futex_wait | ( | futex_word_t * | futex, |
futex_word_t | expected ) |
bool futex_wake | ( | futex_word_t * | lock, |
size_t | num_to_wake ) |