Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExchanger.java288 volatile Thread parked; // Set to this thread when parked, else null field in Exchanger.Node
338 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()