#include <sys/syscall.h>Include dependency graph for futex.h:

Go to the source code of this file.
Defines | |
| #define | FUTEX_WAIT 0 |
| #define | FUTEX_WAKE 1 |
Functions | |
| static void | sys_futex0 (int *addr, int op, int val) |
| static void | futex_wait (int *addr, int val) |
| static void | futex_wake (int *addr, int count) |
| static void | cpu_relax (void) |
| static void | atomic_write_barrier (void) |
| #define FUTEX_WAIT 0 |
| #define FUTEX_WAKE 1 |
| static void futex_wait | ( | int * | addr, | |
| int | val | |||
| ) | [inline, static] |
Definition at line 51 of file futex.h.
References FUTEX_WAIT, and sys_futex0().
Here is the call graph for this function:

| static void futex_wake | ( | int * | addr, | |
| int | count | |||
| ) | [inline, static] |
Definition at line 57 of file futex.h.
References FUTEX_WAKE, and sys_futex0().
Here is the call graph for this function:

| static void sys_futex0 | ( | int * | addr, | |
| int | op, | |||
| int | val | |||
| ) | [inline, static] |
1.4.7