Searched refs:exec_ctx_state_ (Results 1 – 2 of 2) sorted by relevance
193 exec_ctx_state_ = grpc_core::New<internal::ExecCtxState>(); in GlobalInit()200 grpc_core::Delete(exec_ctx_state_); in GlobalShutdown()215 exec_ctx_state_->IncExecCtxCount(); in IncExecCtxCount()221 exec_ctx_state_->DecExecCtxCount(); in DecExecCtxCount()235 return exec_ctx_state_->BlockExecCtx(); in BlockExecCtx()242 exec_ctx_state_->AllowExecCtx(); in AllowExecCtx()263 internal::ExecCtxState* Fork::exec_ctx_state_ = nullptr; member in grpc_core::Fork
79 static internal::ExecCtxState* exec_ctx_state_;