Home
last modified time | relevance | path

Searched defs:StartThread (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc118 void LoadReporterAsyncServiceImpl::StartThread() { thread_->Start(); } in StartThread() function in grpc::load_reporter::LoadReporterAsyncServiceImpl
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c249 static napi_value StartThread(napi_env env, napi_callback_info info) { in StartThread() function
/third_party/node/src/
Dnode_worker.cc614 void Worker::StartThread(const FunctionCallbackInfo<Value>& args) { in StartThread() function in node::worker::Worker