Searched defs:use_timeout (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | futex-emulation.cc | 317 bool use_timeout = rel_timeout_ms != V8_INFINITY; in Wait() local 347 Wait(Isolate* isolate, WaitMode mode, Handle<JSArrayBuffer> array_buffer, size_t addr, T value, bool use_timeout, int64_t rel_timeout_ns, CallType call_type) Wait() argument 361 WaitSync(Isolate* isolate, Handle<JSArrayBuffer> array_buffer, size_t addr, T value, bool use_timeout, int64_t rel_timeout_ns, CallType call_type) WaitSync() argument 532 WaitAsync(Isolate* isolate, Handle<JSArrayBuffer> array_buffer, size_t addr, T value, bool use_timeout, int64_t rel_timeout_ns, CallType call_type) WaitAsync() argument [all...] |
Completed in 2 milliseconds