Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dclient.h218 gpr_atm_rel_store(&thread_pool_done_, static_cast<gpr_atm>(true)); in AwaitThreadsCompletion()
239 gpr_atm thread_pool_done_; variable
243 gpr_atm_rel_store(&thread_pool_done_, static_cast<gpr_atm>(false)); in StartThreads()
382 return static_cast<bool>(gpr_atm_acq_load(&thread_pool_done_)); in ThreadCompleted()
Dclient_sync.cc100 if (gpr_atm_acq_load(&thread_pool_done_) != static_cast<gpr_atm>(0)) { in WaitToIssue()