Home
last modified time | relevance | path

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

/third_party/grpc/test/core/gprpp/
Dfork_test.cc101 GPR_ASSERT(grpc_core::Fork::BlockExecCtx()); in test_exec_count()
107 GPR_ASSERT(!grpc_core::Fork::BlockExecCtx()); in test_exec_count()
112 GPR_ASSERT(grpc_core::Fork::BlockExecCtx()); in test_exec_count()
121 GPR_ASSERT(grpc_core::Fork::BlockExecCtx()); in test_exec_count()
/third_party/grpc/src/core/lib/gprpp/
Dfork.cc90 bool BlockExecCtx() { in BlockExecCtx() function in grpc_core::internal::ExecCtxState
207 bool Fork::BlockExecCtx() { in BlockExecCtx() function in grpc_core::Fork
209 return exec_ctx_state_->BlockExecCtx(); in BlockExecCtx()
Dfork.h74 static bool BlockExecCtx();
/third_party/grpc/src/core/lib/iomgr/
Dfork_posix.cc74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()