futex_wait
extern int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val,
return futex_wait(uaddr, flags, val, timeout, val3);
SYSCALL_DEFINE6(futex_wait,
return (long)futex_wait(uaddr, restart->futex.flags,
COND_SYSCALL(futex_wait);
bool futex_wait = test_bit(LTL_FUTEX_WAIT, mon->atoms);
bool val9 = futex_wait || val18;
bool futex_wait = test_bit(LTL_FUTEX_WAIT, mon->atoms);
bool val9 = futex_wait || val18;
futex_wait(done, 0, NULL, 0);
ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag);
ret = futex_wait(&futex1, 0, NULL, futex_flag);
if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR)
if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR)
if (futex_wait(f1, *f1, &to, 0))
args->ret = futex_wait(&wake_complete, wake_complete, NULL,
child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG);
if (futex_wait(futex, 0, &to, flags))
ret = futex_wait(&val, 1, &wait_timeout, 0);
ret = futex_wait(&lock, 0, NULL, 0);
res = futex_wait(&f1, f1, &to, 0);
res = futex_wait(buf, 1, NULL, 0);
res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG);
ret = futex_wait((futex_t *) futex, tid, &to, 0);