Searched refs:STATE_UNORPHANED (Results 1 – 1 of 1) sorted by relevance
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()