Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc194 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
Dfork.h80 static internal::ThreadState* thread_state_; variable
/external/v8/src/
Disolate.h586 thread_state_(nullptr), in PerIsolateThreadData()
612 ThreadState* thread_state_; variable
Disolate.cc203 DCHECK(!per_thread->thread_state_); in DiscardPerThreadDataForThisThread()