Home
last modified time | relevance | path

Searched refs:StartThread (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc55 service_->StartThread(); in Finish()
Dload_reporter_async_service_impl.h47 void StartThread();
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
301 DECLARE_NAPI_PROPERTY("StartThread", StartThread), in Init()
Dtest.js20 binding.StartThread((value) => {
/third_party/node/src/
Dnode_worker.h61 static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_worker.cc614 void Worker::StartThread(const FunctionCallbackInfo<Value>& args) { in StartThread() function in node::worker::Worker
857 env->SetProtoMethod(w, "startThread", Worker::StartThread); in InitWorker()