Searched refs:OnList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp135 volatile intptr_t OnList ; member in class:ParkEvent
159 OnList = 0 ;
H A Dthread.cpp4502 Self->OnList = intptr_t(Lock) ;
4510 Self->OnList = 0 ; // hygiene - allows stronger asserts
4520 while (Self->OnList != 0) {
4540 guarantee (ev->OnList == 0, "invariant") ;
4555 ev->OnList = intptr_t(Lock) ;
4563 ev->OnList = 0 ;
4580 while (ev->OnList != 0) {
4613 assert (List->OnList == intptr_t(Lock), "invariant") ;
4620 List->OnList = 0 ;

Completed in 82 milliseconds