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/
H A Dtest.js47 binding.StopThread(common.mustCall(() => {
89 binding.StopThread(common.mustCall(() => {
H A Dbinding.c146 static napi_value StopThread(napi_env env, napi_callback_info info) { in StopThread() function
153 "StopThread argument is a function"); in StopThread()
336 DECLARE_NODE_API_PROPERTY("StopThread", StopThread), in Init()
/third_party/node/src/
H A Dnode_worker.h68 static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
H A 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()

Completed in 3 milliseconds