Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.cc45 #define STATE_UNORPHANED 1 macro
58 gpr_atm_no_barrier_store(&lock->state, STATE_UNORPHANED); in grpc_combiner_create()
72 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy()
154 GPR_ASSERT(last & STATE_UNORPHANED); // ensure lock has not been destroyed in combiner_exec()
268 (((orphaned) ? 0 : STATE_UNORPHANED) | \ in grpc_combiner_continue_exec_ctx()
/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc43 #define STATE_UNORPHANED 1 macro
82 gpr_atm_no_barrier_store(&lock->state, STATE_UNORPHANED); in grpc_combiner_create()
99 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy()
183 GPR_ASSERT(last & STATE_UNORPHANED); // ensure lock has not been destroyed in combiner_exec()
291 (((orphaned) ? 0 : STATE_UNORPHANED) | \ in grpc_combiner_continue_exec_ctx()