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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp73 static volatile int ListLock ; member in class:Parker
143 static volatile int ListLock ; member in class:ParkEvent
H A Dpark.cpp53 volatile int ParkEvent::ListLock = 0 ; member in class:ParkEvent
158 volatile int Parker::ListLock = 0 ; member in class:Parker
H A Dsynchronizer.cpp157 static volatile intptr_t ListLock = 0 ; // protects global monitor free-list cache variable
878 // The global list is protected by ListLock. All the critical sections
962 // heat off the ListLock and improve allocation latency, as well as reducing
990 Thread::muxAcquire (&ListLock, "omAlloc") ;
1000 Thread::muxRelease (&ListLock) ;
1050 // Acquire the ListLock to manipulate BlockList and FreeList.
1052 Thread::muxAcquire (&ListLock, "omAlloc [2]") ;
1065 Thread::muxRelease (&ListLock) ;
1162 Thread::muxAcquire (&ListLock, "omFlush") ;
1175 Thread::muxRelease (&ListLock) ;
[all...]

Completed in 34 milliseconds