Searched defs:CallDelayedOnWorkerThread (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/d8/ | ||
| D | d8-platforms.cc | 69 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::PredictablePlatform |
| /third_party/node/deps/v8/src/libplatform/ | ||
| D | default-platform.cc | 214 void DefaultPlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::platform::DefaultPlatform |
| /third_party/node/src/ | ||
| D | node_platform.cc | 503 void NodePlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in node::NodePlatform |