Home
last modified time | relevance | path

Searched defs:DecExecCtxCount (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dfork.h57 static void DecExecCtxCount() { in DecExecCtxCount() function
Dfork.cc88 void DecExecCtxCount() { gpr_atm_no_barrier_fetch_add(&count_, -1); } in DecExecCtxCount() function in grpc_core::internal::ExecCtxState
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc78 void DecExecCtxCount() { gpr_atm_no_barrier_fetch_add(&count_, -1); } in DecExecCtxCount() function in grpc_core::internal::ExecCtxState
219 void Fork::DecExecCtxCount() { in DecExecCtxCount() function in grpc_core::Fork