Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dfork.cc123 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState()
138 threads_done_ = true; in DecThreadCount()
146 threads_done_ = (count_ == 0); in AwaitThreads()
147 while (!threads_done_) { in AwaitThreads()
161 bool threads_done_; member in grpc_core::internal::ThreadState