Searched defs:futex_wait (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/util/ |
| D | futex.c | 51 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 73 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 102 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 138 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | futex.rs | 20 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function 139 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function 185 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function 222 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function 275 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | futex.rs | 6 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function
|
| /third_party/rust/rust/library/std/src/sys/wasm/atomics/ |
| D | futex.rs | 10 pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool { in futex_wait() function
|
| /third_party/rust/rust/src/tools/miri/src/shims/unix/linux/ |
| D | sync.rs | 41 let futex_wait = this.eval_libc_i32("FUTEX_WAIT"); in futex() localVariable
|
| /third_party/ltp/testcases/kernel/syscalls/futex/ |
| D | futextest.h | 87 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function
|
| /third_party/rust/rust/src/tools/miri/src/concurrency/ |
| D | sync.rs | 651 fn futex_wait(&mut self, addr: u64, thread: ThreadId, bitset: u32) { in futex_wait() method
|