Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc44 #define STATE_ELEM_COUNT_LOW_BIT 2 macro
162 gpr_atm last = gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_exec()
286 gpr_atm_full_fetch_add(&lock->state, -STATE_ELEM_COUNT_LOW_BIT); in grpc_combiner_continue_exec_ctx()
292 ((elem_count)*STATE_ELEM_COUNT_LOW_BIT)) in grpc_combiner_continue_exec_ctx()
342 gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_finally_exec()