This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | SYS_futex 240 |
Functions | |
static long | 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) |
static void futex_wait | ( | int * | addr, | |
int | val | |||
) | [inline, static] |
Definition at line 118 of file futex.h.
References FUTEX_PRIVATE_FLAG, gomp_futex_wait, gomp_futex_wake, and sys_futex0().
Here is the call graph for this function:
static void futex_wake | ( | int * | addr, | |
int | count | |||
) | [inline, static] |
Definition at line 130 of file futex.h.
References FUTEX_PRIVATE_FLAG, gomp_futex_wait, gomp_futex_wake, and sys_futex0().
Here is the call graph for this function:
static long sys_futex0 | ( | int * | addr, | |
int | op, | |||
int | val | |||
) | [inline, static] |