Include dependency graph for futex.c:

Go to the source code of this file.
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.c.
1.4.6