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.
Defines | |
#define | FUTEX_INITIALIZER {1} |
Functions | |
void | futex_initialize (atomic_t *futex, int value) |
int | futex_down (atomic_t *futex) |
int | futex_trydown (atomic_t *futex) |
int | futex_down_timeout (atomic_t *futex, uint32_t usec, int flags) |
int | futex_up (atomic_t *futex) |
Definition in file futex.h.