Searched defs:lock_without_safepoint_check (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp957 void Monitor::lock_without_safepoint_check (Thread * Self) { function in class:Monitor
964 void Monitor::lock_without_safepoint_check () { function in class:Monitor
965 lock_without_safepoint_check (Thread::current()) ;
1008 // Yet another degenerate version of Monitor::lock() or lock_without_safepoint_check()

Completed in 2508 milliseconds