Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.cc46 #define STATE_ELEM_COUNT_LOW_BIT 2 macro
132 gpr_atm last = gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_exec()
263 gpr_atm_full_fetch_add(&lock->state, -STATE_ELEM_COUNT_LOW_BIT); in grpc_combiner_continue_exec_ctx()
269 ((elem_count)*STATE_ELEM_COUNT_LOW_BIT)) in grpc_combiner_continue_exec_ctx()
320 gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_finally_exec()
/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()