Searched refs:thread_state_ (Results 1 – 4 of 4) sorted by relevance
194 thread_state_ = grpc_core::New<internal::ThreadState>(); in GlobalInit()201 grpc_core::Delete(thread_state_); in GlobalShutdown()248 thread_state_->IncThreadCount(); in IncThreadCount()254 thread_state_->DecThreadCount(); in DecThreadCount()259 thread_state_->AwaitThreads(); in AwaitThreads()264 internal::ThreadState* Fork::thread_state_ = nullptr; member in grpc_core::Fork
80 static internal::ThreadState* thread_state_; variable
586 thread_state_(nullptr), in PerIsolateThreadData()612 ThreadState* thread_state_; variable
203 DCHECK(!per_thread->thread_state_); in DiscardPerThreadDataForThisThread()