#include <sys/syscall.h>
Include dependency graph for futex.h:
Go to the source code of this file.
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 51 of file futex.h.
References err, 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 63 of file futex.h.
References err, 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] |