Home
last modified time | relevance | path

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

/third_party/grpc/test/core/gprpp/
Dfork_test.cc102 grpc_core::Fork::DecExecCtxCount(); in test_exec_count()
108 grpc_core::Fork::DecExecCtxCount(); in test_exec_count()
109 grpc_core::Fork::DecExecCtxCount(); in test_exec_count()
113 grpc_core::Fork::DecExecCtxCount(); in test_exec_count()
122 grpc_core::Fork::DecExecCtxCount(); in test_exec_count()
/third_party/grpc/src/core/lib/gprpp/
Dfork.cc88 void DecExecCtxCount() { gpr_atm_no_barrier_fetch_add(&count_, -1); } in DecExecCtxCount() function in grpc_core::internal::ExecCtxState
197 void Fork::DoDecExecCtxCount() { exec_ctx_state_->DecExecCtxCount(); } in DoDecExecCtxCount()
Dfork.h57 static void DecExecCtxCount() { in DecExecCtxCount() function
/third_party/grpc/src/core/lib/iomgr/
Dexec_ctx.h129 grpc_core::Fork::DecExecCtxCount(); in ~ExecCtx()
328 grpc_core::Fork::DecExecCtxCount(); in ~ApplicationCallbackExecCtx()