Home
last modified time | relevance | path

Searched refs:thd_state_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc102 thd_state_ = static_cast<ThreadState*>( in SetThreading()
106 gpr_mu_init(&thd_state_[i].mu); in SetThreading()
107 gpr_cv_init(&thd_state_[i].cv); in SetThreading()
108 thd_state_[i].id = i; in SetThreading()
109 thd_state_[i].name = name_; in SetThreading()
110 thd_state_[i].thd = grpc_core::Thread(); in SetThreading()
111 thd_state_[i].elems = GRPC_CLOSURE_LIST_INIT; in SetThreading()
114 thd_state_[0].thd = in SetThreading()
115 grpc_core::Thread(name_, &GrpcExecutor::ThreadMain, &thd_state_[0]); in SetThreading()
116 thd_state_[0].thd.Start(); in SetThreading()
[all …]
Dexecutor.h70 ThreadState* thd_state_; variable