Home
last modified time | relevance | path

Searched refs:Wake (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dfutex.rs22 Wake = linux_raw_sys::general::FUTEX_WAKE,
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h50 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 Dfutex-emulation.cc244 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 Dfutex.h125 static int Wake(std::atomic<int32_t> *v, int32_t count) { in Wake() function in absl::synchronization_internal::FutexImpl
H A Dwaiter.cc117 // 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 Dbuiltins-sharedarraybuffer.cc161 // 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 Dv8-isolate.h998 void Wake();
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1017 void Wake();
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc337 return FutexEmulation::Wake(array_buffer, offset, count); in RUNTIME_FUNCTION()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs23157 /// 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 Dapi.cc9117 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