Home
last modified time | relevance | path

Searched refs:thd_ (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc31 thd_("grpcpp_dynamic_pool", in DynamicThread()
36 thd_.Start();
38 DynamicThreadPool::DynamicThread::~DynamicThread() { thd_.Join(); } in ~DynamicThread()
Ddynamic_thread_pool.h50 grpc_core::Thread thd_; variable
/external/grpc-grpc/src/cpp/thread_manager/
Dthread_manager.cc34 thd_ = grpc_core::Thread( in WorkerThread()
38 thd_.Start(); in WorkerThread()
48 thd_.Join(); in ~WorkerThread()
Dthread_manager.h132 grpc_core::Thread thd_; variable