Searched refs:STATE_UNORPHANED (Results 1 – 2 of 2) sorted by relevance
45 #define STATE_UNORPHANED 1 macro58 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()
43 #define STATE_UNORPHANED 1 macro82 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()