Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc47 #define UNBLOCKED(n) (n + 2) macro
55 gpr_atm_no_barrier_store(&count_, UNBLOCKED(0)); in ExecCtxState()
82 if (gpr_atm_no_barrier_cas(&count_, UNBLOCKED(1), BLOCKED(1))) { in BlockExecCtx()
93 gpr_atm_no_barrier_store(&count_, UNBLOCKED(0)); in AllowExecCtx()