Searched refs:TryLock (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTryLock.java38 public class TryLock { class
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp165 int TryLock () ;
H A Dmutex.cpp309 int Monitor::TryLock () { function in class:Monitor
355 if (TryLock()) return 1 ;
500 // CONSIDER: if ESelf->TryPark() && TryLock() break ...
979 // It strikes me this should appear _after the TryLock() fails, below.
987 if (TryLock()) {
1031 if (TryLock()) {
H A DobjectMonitor.cpp460 // Caveat: TryLock() is not necessarily serializing if it returns failure.
463 int ObjectMonitor::TryLock (Thread * Self) { function in class:ObjectMonitor
488 if (TryLock (Self) > 0) {
542 if (TryLock (Self) > 0) {
596 if (TryLock (Self) > 0) break ;
615 if (TryLock(Self) > 0) break ;
746 if (TryLock (Self) > 0) break ;
779 if (TryLock(Self) > 0) break ;
1986 if (TryLock (Self) > 0) return 1 ;
1993 if (TryLock(Sel
[all...]
H A DobjectMonitor.hpp217 int TryLock (Thread * Self) ;

Completed in 43 milliseconds