Home
last modified time | relevance | path

Searched refs:RequestInterrupt (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/profiler/
H A Dtracing-cpu-profiler.cc32 isolate_->RequestInterrupt( in OnTraceEnabled()
43 isolate_->RequestInterrupt( in OnTraceDisabled()
/third_party/node/src/
H A Dnode_worker.h53 inline bool RequestInterrupt(Fn&& cb);
137 bool Worker::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function in node::worker::Worker
140 env_->RequestInterrupt(std::move(cb)); in RequestInterrupt()
H A Djs_native_api_v8.h99 inline void RequestInterrupt(Fn&& cb) { in RequestInterrupt() function
106 isolate->RequestInterrupt([](v8::Isolate* isolate, void* data) { in RequestInterrupt()
H A Dnode_watchdog.cc188 env()->isolate()->RequestInterrupt( in HandleSigint()
H A Dasync_wrap.cc558 env->RequestInterrupt([](Environment* env) { in EmitDestroy()
H A Denv-inl.h553 void Environment::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function in node::Environment
H A Dinspector_agent.cc937 parent_env_->RequestInterrupt([this](Environment*) { in RequestIoThreadStart()
H A Denv.cc803 // There are pending RequestInterrupt() callbacks. Tell them not to run, in ~Environment()
814 isolate()->RequestInterrupt([](Isolate*, void* data) { in ~Environment()
1158 isolate()->RequestInterrupt([](Isolate* isolate, void* data) { in RequestInterruptFromV8()
H A Denv.h855 // This behaves like V8's Isolate::RequestInterrupt(), but also accounts for
860 inline void RequestInterrupt(Fn&& cb);
H A Djs_native_api_v8_inspector.cc331 agent_->env()->RequestInterrupt([weak_self](Environment*) { in Post()
H A Dnode.h1162 // This behaves like V8's Isolate::RequestInterrupt(), but also wakes up
1167 NODE_EXTERN void RequestInterrupt(Environment* env,
H A Dnode_report.cc227 expected_results += w->RequestInterrupt([&](Environment* env) { in WriteNodeReport()
H A Dnode_worker.cc787 bool scheduled = w->RequestInterrupt([taker = std::move(taker), in TakeHeapSnapshot()
/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc25 node::RequestInterrupt( in ScheduleInterrupt()
43 node::RequestInterrupt( in ScheduleInterruptWithJS()
/third_party/node/deps/v8/src/execution/
H A Dstack-guard.h62 inline void Request##Name() { RequestInterrupt(NAME); } \
108 void RequestInterrupt(InterruptFlag flag);
H A Dstack-guard.cc139 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt() function in v8::internal::StackGuard
H A Disolate.h1038 void RequestInterrupt(InterruptCallback callback, void* data);
/third_party/node/src/api/
H A Dhooks.cc169 void RequestInterrupt(Environment* env, void (*fun)(void* arg), void* arg) { in RequestInterrupt() function
170 env->RequestInterrupt([fun, arg](Environment* env) { in RequestInterrupt()
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc214 agent_->env()->RequestInterrupt([weak_self](Environment*) { in Post()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc346 v8Isolate->RequestInterrupt( in Suspend()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc219 m_isolate->RequestInterrupt( in interruptAndBreak()
465 thisPtr->m_isolate->RequestInterrupt( in nearHeapLimitCallback()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1115 void RequestInterrupt(InterruptCallback callback, void* data);
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1134 void RequestInterrupt(InterruptCallback callback, void* data);
/third_party/node/test/cctest/
H A Dtest_environment.cc737 node::RequestInterrupt(environment, OnInterrupt, nullptr); in TEST_F()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc150 isolate->RequestInterrupt( in RUNTIME_FUNCTION()

Completed in 40 milliseconds

12