HomeSort by relevance Sort by last modified time
    Searched refs:exec_ctx_state_ (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/gprpp/
fork.h 79 static internal::ExecCtxState* exec_ctx_state_; member in class:grpc_core::Fork
fork.cc 193 exec_ctx_state_ = grpc_core::New<internal::ExecCtxState>();
200 grpc_core::Delete(exec_ctx_state_);
215 exec_ctx_state_->IncExecCtxCount();
221 exec_ctx_state_->DecExecCtxCount();
235 return exec_ctx_state_->BlockExecCtx();
242 exec_ctx_state_->AllowExecCtx();
263 internal::ExecCtxState* Fork::exec_ctx_state_ = nullptr; member in class:grpc_core::Fork

Completed in 1293 milliseconds