Searched defs:StartThread (Results 1 – 3 of 3) sorted by relevance
118 void LoadReporterAsyncServiceImpl::StartThread() { thread_->Start(); } in StartThread() function in grpc::load_reporter::LoadReporterAsyncServiceImpl
249 static napi_value StartThread(napi_env env, napi_callback_info info) { in StartThread() function
614 void Worker::StartThread(const FunctionCallbackInfo<Value>& args) { in StartThread() function in node::worker::Worker