Lines Matching refs:futex_syscall
68 static inline int futex_syscall(enum futex_fn_type fntype, futex_t *uaddr, in futex_syscall() function
90 return futex_syscall(fntype, uaddr, FUTEX_WAIT, val, in futex_wait()
101 return futex_syscall(fntype, uaddr, FUTEX_WAKE, nr_wake, NULL, NULL, 0, in futex_wake()
113 return futex_syscall(fntype, uaddr, FUTEX_WAIT_BITSET, val, in futex_wait_bitset()
125 return futex_syscall(fntype, uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, in futex_wake_bitset()
137 return futex_syscall(fntype, uaddr, FUTEX_LOCK_PI, detect, in futex_lock_pi()
147 return futex_syscall(fntype, uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, in futex_unlock_pi()
157 return futex_syscall(fntype, uaddr, FUTEX_WAKE_OP, nr_wake, in futex_wake_op()
174 return futex_syscall(fntype, uaddr, FUTEX_REQUEUE, nr_wake, in futex_requeue()
188 return futex_syscall(fntype, uaddr, FUTEX_CMP_REQUEUE, nr_wake, in futex_cmp_requeue()
205 return futex_syscall(fntype, uaddr, FUTEX_WAIT_REQUEUE_PI, val, in futex_wait_requeue_pi()
220 return futex_syscall(fntype, uaddr, FUTEX_CMP_REQUEUE_PI, nr_wake, in futex_cmp_requeue_pi()