Searched defs:Wake (Results 1 – 5 of 5) sorted by relevance
| /third_party/rust/crates/rustix/src/backend/linux_raw/thread/ | ||
| D | futex.rs | 22 Wake = linux_raw_sys::general::FUTEX_WAKE, enumerator |
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ | ||
| D | futex.h | 125 static int Wake(std::atomic<int32_t> *v, int32_t count) { in Wake() function |
| /third_party/node/deps/v8/src/execution/ | ||
| D | futex-emulation.cc | 244 void AtomicsWaitWakeHandle::Wake() { in Wake() function in v8::internal::AtomicsWaitWakeHandle |
| /third_party/node/deps/v8/src/api/ | ||
| D | api.cc | 9237 void Isolate::AtomicsWaitWakeHandle::Wake() { in Wake() function in v8::Isolate::AtomicsWaitWakeHandle |
| /third_party/rust/crates/memchr/bench/data/code/ | ||
| D | rust-library.rs | 23193 pub trait Wake { trait |