Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dfork.cc57 #define UNBLOCKED(n) ((n) + 2) macro
65 gpr_atm_no_barrier_store(&count_, UNBLOCKED(0)); in ExecCtxState()
92 if (gpr_atm_no_barrier_cas(&count_, UNBLOCKED(1), BLOCKED(1))) { in BlockExecCtx()
103 gpr_atm_no_barrier_store(&count_, UNBLOCKED(0)); in AllowExecCtx()