Searched refs:BlockExecCtx (Results 1 – 4 of 4) sorted by relevance
101 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()
80 bool BlockExecCtx() { in BlockExecCtx() function in grpc_core::internal::ExecCtxState233 bool Fork::BlockExecCtx() { in BlockExecCtx() function in grpc_core::Fork235 return exec_ctx_state_->BlockExecCtx(); in BlockExecCtx()
62 static bool BlockExecCtx();
67 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()