Searched refs:ListNext (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp133 ParkEvent * volatile ListNext ; member in class:ParkEvent
157 ListNext = NULL ;
H A Dmutex.cpp440 ESelf->ListNext = (ParkEvent *) (v & ~_LBIT) ;
600 _EntryList = w->ListNext ;
642 // yielding cxq = "PQRABCD". In this case we could simply set A.ListNext
698 _WaitSet = nfy->ListNext ;
704 nfy->ListNext = (ParkEvent *)(v & ~_LBIT);
780 ESelf->ListNext = _WaitSet ;
826 p = p->ListNext ;
831 _WaitSet = p->ListNext ;
833 assert (q->ListNext == p, "invariant") ;
834 q->ListNext
[all...]
H A Dthread.cpp4516 Self->ListNext = (ParkEvent *) (w & ~LOCKBIT );
4576 ev->ListNext = (ParkEvent *) (w & ~LOCKBIT );
4614 ParkEvent * nxt = List->ListNext ;

Completed in 58 milliseconds