Home
last modified time | relevance | path

Searched refs:CallDelayedOnWorkerThread (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc69 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::PredictablePlatform
178 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::DelayedTasksPlatform
180 platform_->CallDelayedOnWorkerThread(MakeDelayedTask(std::move(task)), in CallDelayedOnWorkerThread()
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.h61 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in NON_EXPORTED_BASE()
Ddefault-platform.cc214 void DefaultPlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::platform::DefaultPlatform
/third_party/node/deps/v8/src/heap/
Dconcurrent-allocator.cc79 V8::GetCurrentPlatform()->CallDelayedOnWorkerThread(std::move(task), in Schedule()
/third_party/node/src/
Dnode_platform.h151 void CallDelayedOnWorkerThread(std::unique_ptr<v8::Task> task,
Dnode_platform.cc503 void NodePlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in node::NodePlatform
/third_party/node/deps/v8/include/
Dv8-platform.h974 virtual void CallDelayedOnWorkerThread(std::unique_ptr<Task> task,
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.cc467 v8::debug::GetCurrentPlatform()->CallDelayedOnWorkerThread( in setTimeout()
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md2641 …ejs/node/commit/02e3daaa57)] - **src**: implement v8::Platform::CallDelayedOnWorkerThread (Alexey …