Searched refs:new_holder (Results 1 – 1 of 1) sorted by relevance
2259 thread_t new_holder = NULL; in gate_handoff() local2285 ret = gate_handoff_turnstile(gate, flags, &new_holder, &waiters); in gate_handoff()2287 state = GATE_THREAD_TO_STATE(new_holder); in gate_handoff()2307 if (new_holder) { in gate_handoff()2308 thread_deallocate(new_holder); in gate_handoff()