Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dfork.cc175 exec_ctx_state_ = new internal::ExecCtxState(); in GlobalInit()
182 delete exec_ctx_state_; in GlobalShutdown()
195 void Fork::DoIncExecCtxCount() { exec_ctx_state_->IncExecCtxCount(); } in DoIncExecCtxCount()
197 void Fork::DoDecExecCtxCount() { exec_ctx_state_->DecExecCtxCount(); } in DoDecExecCtxCount()
209 return exec_ctx_state_->BlockExecCtx(); in BlockExecCtx()
216 exec_ctx_state_->AllowExecCtx(); in AllowExecCtx()
237 internal::ExecCtxState* Fork::exec_ctx_state_ = nullptr; member in grpc_core::Fork
Dfork.h94 static internal::ExecCtxState* exec_ctx_state_; variable