Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dfork.cc143 void AwaitThreads() { in AwaitThreads() function in grpc_core::internal::ThreadState
231 void Fork::AwaitThreads() { in AwaitThreads() function in grpc_core::Fork
233 thread_state_->AwaitThreads(); in AwaitThreads()
Dfork.h84 static void AwaitThreads();
/third_party/grpc/test/core/gprpp/
Dfork_test.cc63 grpc_core::Fork::AwaitThreads(); in test_thd_count()
81 grpc_core::Fork::AwaitThreads(); in test_thd_count()
/third_party/grpc/src/core/lib/iomgr/
Dfork_posix.cc83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()