Home
last modified time | relevance | path

Searched refs:AllowExecCtx (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc103 grpc_core::Fork::AllowExecCtx(); in test_exec_count()
114 grpc_core::Fork::AllowExecCtx(); in test_exec_count()
127 grpc_core::Fork::AllowExecCtx(); in test_exec_count()
/external/grpc-grpc/src/core/lib/iomgr/
Dfork_posix.cc82 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
91 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc91 void AllowExecCtx() { in AllowExecCtx() function in grpc_core::internal::ExecCtxState
240 void Fork::AllowExecCtx() { in AllowExecCtx() function in grpc_core::Fork
242 exec_ctx_state_->AllowExecCtx(); in AllowExecCtx()
Dfork.h63 static void AllowExecCtx();