HomeSort by relevance Sort by last modified time
    Searched defs:futex_wait (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/futex/include/
futextest.h 78 * futex_wait() - block on uaddr with optional timeout
82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) function
84 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);
  /external/ltp/testcases/kernel/syscalls/futex/
futextest.h 109 * futex_wait() - block on uaddr with optional timeout
113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) function
115 return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);

Completed in 356 milliseconds