Home
last modified time | relevance | path

Searched defs:StopThread (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c146 static napi_value StopThread(napi_env env, napi_callback_info info) { in StopThread() function
/third_party/node/src/
Dnode_worker.cc684 void Worker::StopThread(const FunctionCallbackInfo<Value>& args) { in StopThread() function in node::worker::Worker