Searched refs:StopThread (Results 1 – 4 of 4) sorted by relevance
47 binding.StopThread(common.mustCall(() => {89 binding.StopThread(common.mustCall(() => {
146 static napi_value StopThread(napi_env env, napi_callback_info info) { in StopThread() function336 DECLARE_NODE_API_PROPERTY("StopThread", StopThread), in Init()
68 static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
686 void Worker::StopThread(const FunctionCallbackInfo<Value>& args) { in StopThread() function in node::worker::Worker886 SetProtoMethod(isolate, w, "stopThread", Worker::StopThread); in InitWorker()950 registry->Register(Worker::StopThread); in RegisterExternalReferences()