H A D | futex.h | 50 futex_syscall(volatile u_int32_t * uaddr,int op,u_int32_t val,struct timespec * timeout,volatile u_int32_t * uaddr2,int val3,int opflags) futex_syscall() argument 57 futex_syscall_nr_requeue(volatile u_int32_t * uaddr,int op,u_int32_t val,int nr_requeue,volatile u_int32_t * uaddr2,int val3,int opflags) futex_syscall_nr_requeue() argument 67 futex_wait(u_int32_t * uaddr,u_int32_t val,struct timespec * timeout,int opflags) futex_wait() argument 77 futex_wake(u_int32_t * uaddr,int nr_wake,int opflags) futex_wake() argument 86 futex_lock_pi(u_int32_t * uaddr,struct timespec * timeout,int opflags) futex_lock_pi() argument 95 futex_unlock_pi(u_int32_t * uaddr,int opflags) futex_unlock_pi() argument 107 futex_cmp_requeue(u_int32_t * uaddr,u_int32_t val,u_int32_t * uaddr2,int nr_wake,int nr_requeue,int opflags) futex_cmp_requeue() argument 123 futex_wait_requeue_pi(u_int32_t * uaddr,u_int32_t val,u_int32_t * uaddr2,struct timespec * timeout,int opflags) futex_wait_requeue_pi() argument 140 futex_cmp_requeue_pi(u_int32_t * uaddr,u_int32_t val,u_int32_t * uaddr2,int nr_requeue,int opflags) futex_cmp_requeue_pi() argument [all...] |