Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dfork.cc60 class ExecCtxState { class
62 ExecCtxState() : fork_complete_(true) { in ExecCtxState() function in grpc_core::internal::ExecCtxState
109 ~ExecCtxState() { in ~ExecCtxState()
175 exec_ctx_state_ = new internal::ExecCtxState(); in GlobalInit()
237 internal::ExecCtxState* Fork::exec_ctx_state_ = nullptr;
Dfork.h34 class ExecCtxState; variable
94 static internal::ExecCtxState* exec_ctx_state_;