Searched refs:exec_ctx_created (Results 1 – 1 of 1) sorted by relevance
91 bool* exec_ctx_created = (bool*)arg; in exec_ctx_thread() local93 *exec_ctx_created = true; in exec_ctx_thread()117 bool exec_ctx_created = false; in test_exec_count() local119 grpc_core::Thread("grpc_fork_test", exec_ctx_thread, &exec_ctx_created); in test_exec_count()126 GPR_ASSERT(!exec_ctx_created); in test_exec_count()