Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc50 class ExecCtxState { class
52 ExecCtxState() : fork_complete_(true) { in ExecCtxState() function in grpc_core::internal::ExecCtxState
99 ~ExecCtxState() { in ~ExecCtxState()
193 exec_ctx_state_ = grpc_core::New<internal::ExecCtxState>(); in GlobalInit()
263 internal::ExecCtxState* Fork::exec_ctx_state_ = nullptr;
Dfork.h30 class ExecCtxState; variable
79 static internal::ExecCtxState* exec_ctx_state_;