Searched refs:StartThread (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/node-api/test_threadsafe_function/ |
H A D | binding.c | 251 static napi_value StartThread(napi_env env, napi_callback_info info) { in StartThread() function 332 DECLARE_NODE_API_PROPERTY("StartThread", StartThread), in Init()
|
H A D | test.js | 20 binding.StartThread((value) => { 100 threadStarter: 'StartThread', 120 threadStarter: 'StartThread', 138 threadStarter: 'StartThread', 147 threadStarter: 'StartThread', 166 threadStarter: 'StartThread', 187 threadStarter: 'StartThread', 197 threadStarter: 'StartThread',
|
/third_party/node/src/ |
H A D | node_worker.h | 67 static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | node_worker.cc | 616 void Worker::StartThread(const FunctionCallbackInfo<Value>& args) { in StartThread() function in node::worker::Worker 885 SetProtoMethod(isolate, w, "startThread", Worker::StartThread); in InitWorker() 949 registry->Register(Worker::StartThread); in RegisterExternalReferences()
|
Completed in 4 milliseconds