OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FUTEX_WAIT_BITSET
(Results
1 - 4
of
4
) 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
/bionic/libc/kernel/uapi/linux/
futex.h
32
#define
FUTEX_WAIT_BITSET
9
47
#define FUTEX_WAIT_BITSET_PRIVATE (
FUTEX_WAIT_BITSET
| FUTEX_PRIVATE_FLAG)
/external/kernel-headers/original/uapi/linux/
futex.h
20
#define
FUTEX_WAIT_BITSET
9
37
#define FUTEX_WAIT_BITSET_PRIVATE (
FUTEX_WAIT_BITSET
| FUTEX_PRIVATE_FLAG)
Completed in 157 milliseconds