Home
last modified time | relevance | path

Searched refs:stop_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc371 AtomicsWaitWakeHandle stop_handle(isolate); in WaitSync() local
374 addr, value, rel_timeout_ms, &stop_handle); in WaitSync()
463 if (stop_handle.has_stopped()) { in WaitSync()
Disolate.h1651 AtomicsWaitWakeHandle* stop_handle);
Disolate.cc4951 AtomicsWaitWakeHandle* stop_handle) { in ThrowInternal() argument
4958 reinterpret_cast<v8::Isolate::AtomicsWaitWakeHandle*>(stop_handle), in ThrowInternal()
/third_party/node/deps/v8/include/
Dv8-isolate.h1047 AtomicsWaitWakeHandle* stop_handle,
/third_party/node/src/
Dnode.cc225 Isolate::AtomicsWaitWakeHandle* stop_handle, in AtomicsWaitCallback() argument