Searched refs:RequestInterrupt (Results 1 – 11 of 11) sorted by relevance
48 inline bool RequestInterrupt(Fn&& cb);132 bool Worker::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function135 env_->RequestInterrupt(std::move(cb)); in RequestInterrupt()
182 env()->isolate()->RequestInterrupt( in HandleSigint()
455 isolate()->RequestInterrupt([](Isolate*, void* data) { in ~Environment()795 isolate()->RequestInterrupt([](Isolate* isolate, void* data) { in RequestInterruptFromV8()
581 env->RequestInterrupt([](Environment* env) { in EmitDestroy()
316 expected_results += w->RequestInterrupt([&](Environment* env) { in WriteNodeReport()
891 parent_env_->RequestInterrupt([this](Environment*) { in RequestIoThreadStart()
778 bool scheduled = w->RequestInterrupt([taker, env](Environment* worker_env) { in TakeHeapSnapshot()
853 void Environment::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function
1216 inline void RequestInterrupt(Fn&& cb);
217 agent_->env()->RequestInterrupt([weak_self](Environment*) { in Post()
4368 …s://github.com/nodejs/node/commit/96bf137cca)] - **src**: use env-\>RequestInterrupt() for inspect…4369 …s://github.com/nodejs/node/commit/72da426780)] - **src**: use env-\>RequestInterrupt() for inspect…