MOS Source Code
Loading...
Searching...
No Matches
futex.h File Reference
#include <mos/types.h>
+ Include dependency graph for futex.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ futex_wait()

bool futex_wait ( futex_word_t * futex,
futex_word_t expected )

Definition at line 36 of file futex.c.

+ Here is the call graph for this function:

◆ futex_wake()

bool futex_wake ( futex_word_t * lock,
size_t num_to_wake )

Definition at line 185 of file ksyscall.c.

+ Here is the call graph for this function: