Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc80 bool BlockExecCtx() { in BlockExecCtx() function in grpc_core::internal::ExecCtxState
233 bool Fork::BlockExecCtx() { in BlockExecCtx() function in grpc_core::Fork
235 return exec_ctx_state_->BlockExecCtx(); in BlockExecCtx()
Dfork.h62 static bool BlockExecCtx();
/external/grpc-grpc/src/core/lib/iomgr/
Dfork_posix.cc67 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()