Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc92 grpc_core::Fork::IncExecCtxCount(); in exec_ctx_thread()
100 grpc_core::Fork::IncExecCtxCount(); in test_exec_count()
105 grpc_core::Fork::IncExecCtxCount(); in test_exec_count()
106 grpc_core::Fork::IncExecCtxCount(); in test_exec_count()
111 grpc_core::Fork::IncExecCtxCount(); in test_exec_count()
120 grpc_core::Fork::IncExecCtxCount(); in test_exec_count()
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc58 void IncExecCtxCount() { in IncExecCtxCount() function in grpc_core::internal::ExecCtxState
213 void Fork::IncExecCtxCount() { in IncExecCtxCount() function in grpc_core::Fork
215 exec_ctx_state_->IncExecCtxCount(); in IncExecCtxCount()
Dfork.h46 static void IncExecCtxCount();
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.h93 grpc_core::Fork::IncExecCtxCount(); in ExecCtx()
100 grpc_core::Fork::IncExecCtxCount(); in ExecCtx()