Searched refs:Wake (Results 1 - 11 of 11) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
H A D | futex.rs | 22 Wake = linux_raw_sys::general::FUTEX_WAKE,
|
/third_party/node/deps/v8/src/execution/ |
H A D | futex-emulation.h | 50 void Wake(); 144 // Pass to Wake() to wake all waiters. 149 // |Wake|, or when the time given in |rel_timeout_ms| elapses. Note that 176 // Wake |num_waiters_to_wake| threads that are waiting on the given |addr|. 180 V8_EXPORT_PRIVATE static Object Wake(Handle<JSArrayBuffer> array_buffer,
|
H A D | futex-emulation.cc | 244 void AtomicsWaitWakeHandle::Wake() { in Wake() function in v8::internal::AtomicsWaitWakeHandle 654 Object FutexEmulation::Wake(Handle<JSArrayBuffer> array_buffer, size_t addr, in Wake() function in v8::internal::FutexEmulation
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | futex.h | 125 static int Wake(std::atomic<int32_t> *v, int32_t count) { in Wake() function in absl::synchronization_internal::FutexImpl
|
H A D | waiter.cc | 117 // Wake one thread waiting on the futex. in Poke() 118 const int err = Futex::Wake(&futex_, 1); in Poke() 298 if (sem_post(&sem_) != 0) { // Wake any semaphore waiter. in Poke()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-sharedarraybuffer.cc | 161 // Steps 5-9 performed in FutexEmulation::Wake. in BUILTIN() 171 // Steps 11-17 performed in FutexEmulation::Wake. in BUILTIN() 178 return FutexEmulation::Wake(array_buffer, wake_addr, c); in BUILTIN()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 998 void Wake();
|
/third_party/node/deps/v8/include/ |
H A D | v8-isolate.h | 1017 void Wake();
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 337 return FutexEmulation::Wake(array_buffer, offset, count); in RUNTIME_FUNCTION()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 23157 /// use std::task::{Context, Poll, Wake}; 23163 /// impl Wake for ThreadWaker { 23193 pub trait Wake { traits 23194 /// Wake this task. 23198 /// Wake this task without consuming the waker. 23204 /// [`wake`]: Wake::wake 23212 impl<W: Wake + Send + Sync + 'static> From<Arc<W>> for Waker { 23213 /// Use a `Wake`-able type as a `Waker`. 23224 impl<W: Wake + Send + Sync + 'static> From<Arc<W>> for RawWaker { 23225 /// Use a `Wake` [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 9117 void Isolate::AtomicsWaitWakeHandle::Wake() { in Wake() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Isolate::AtomicsWaitWakeHandle 9118 reinterpret_cast<i::AtomicsWaitWakeHandle*>(this)->Wake(); in Wake()
|
Completed in 73 milliseconds