Home
last modified time | relevance | path

Searched refs:StopThread (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/node-api/test_threadsafe_function/
Dtest.js47 binding.StopThread(common.mustCall(() => {
89 binding.StopThread(common.mustCall(() => {
Dbinding.c146 static napi_value StopThread(napi_env env, napi_callback_info info) { in StopThread() function
336 DECLARE_NODE_API_PROPERTY("StopThread", StopThread), in Init()
/third_party/node/src/
Dnode_worker.h68 static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_worker.cc686 void Worker::StopThread(const FunctionCallbackInfo<Value>& args) { in StopThread() function in node::worker::Worker
886 SetProtoMethod(isolate, w, "stopThread", Worker::StopThread); in InitWorker()
950 registry->Register(Worker::StopThread); in RegisterExternalReferences()