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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp695 Thread::muxAcquire (_WaitLock, "notify:WaitLock") ;
714 Thread::muxRelease (_WaitLock) ;
779 Thread::muxAcquire (_WaitLock, "wait:WaitLock:Add") ;
782 Thread::muxRelease (_WaitLock) ;
815 Thread::muxAcquire (_WaitLock, "wait:WaitLock:remove") ;
838 Thread::muxRelease (_WaitLock) ;
1167 m->_WaitLock[0] = 0 ;
H A Dmutex.hpp128 volatile intptr_t _WaitLock [1] ; // Protects _WaitSet member in class:Monitor

Completed in 1889 milliseconds