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

  /external/linux-kselftest/tools/testing/selftests/futex/include/
futextest.h 33 #ifndef FUTEX_WAIT_BITSET
34 #define FUTEX_WAIT_BITSET 9
98 * futex_wait_bitset() - block on uaddr with bitset
102 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, function
105 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset,
111 * @bitset: bitset to compare with that used in futex_wait_bitset
  /external/ltp/testcases/kernel/syscalls/futex/
futextest.h 57 #ifndef FUTEX_WAIT_BITSET
58 # define FUTEX_WAIT_BITSET 9
129 * futex_wait_bitset() - block on uaddr with bitset
133 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, function
136 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset,
142 * @bitset: bitset to compare with that used in futex_wait_bitset

Completed in 103 milliseconds