Home
last modified time | relevance | path

Searched defs:CallDelayedOnWorkerThread (Results 1 – 3 of 3) 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
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.cc214 void DefaultPlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::platform::DefaultPlatform
/third_party/node/src/
Dnode_platform.cc503 void NodePlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in node::NodePlatform