Searched refs:thd_ (Results 1 – 8 of 8) sorted by relevance
45 thd_ = grpc_core::Thread( in ProducerThread()57 void Start() { thd_.Start(); } in Start()58 void Join() { thd_.Join(); } in Join()73 grpc_core::Thread thd_; member in ProducerThread81 thd_ = grpc_core::Thread( in ConsumerThread()87 void Start() { thd_.Start(); } in Start()88 void Join() { thd_.Join(); } in Join()105 grpc_core::Thread thd_; member in ConsumerThread
89 thd_ = grpc_core::Thread( in WorkThread()95 void Start() { thd_.Start(); } in Start()96 void Join() { thd_.Join(); } in Join()108 grpc_core::Thread thd_; member in WorkThread
68 thd_ = Thread( in ThreadPoolWorker()75 void Start() { thd_.Start(); } in Start()76 void Join() { thd_.Join(); } in Join()88 Thread thd_; // Thread wrapped in variable
30 thd_( in DynamicThread()36 thd_.Start();38 DynamicThreadPool::DynamicThread::~DynamicThread() { thd_.Join(); } in ~DynamicThread()
49 grpc_core::Thread thd_; variable
126 void Start() { thd_.Start(); } in Start()134 grpc_core::Thread thd_; variable
33 thd_ = grpc_core::Thread( in WorkerThread()49 thd_.Join(); in ~WorkerThread()
215 thd_ = std::unique_ptr<std::thread>(new std::thread(ConnectLoop, this)); in ConnectLoopRunner()218 ~ConnectLoopRunner() { thd_->join(); } in ~ConnectLoopRunner()280 std::unique_ptr<std::thread> thd_; member in __anon047530350111::ConnectLoopRunner