Searched refs:parked (Results 1 – 1 of 1) sorted by relevance
288 volatile Thread parked; // Set to this thread when parked, else null field in Exchanger.Node338 Thread w = q.parked; in arenaExchange()370 p.parked = t; // minimize window in arenaExchange()373 p.parked = null; in arenaExchange()433 Thread w = q.parked; in slotExchange()471 p.parked = t; in slotExchange()474 p.parked = null; in slotExchange()