Searched defs:DecExecCtxCount (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/src/core/lib/gprpp/ | ||
D | fork.h | 57 static void DecExecCtxCount() { in DecExecCtxCount() function |
D | fork.cc | 88 void DecExecCtxCount() { gpr_atm_no_barrier_fetch_add(&count_, -1); } in DecExecCtxCount() function in grpc_core::internal::ExecCtxState |