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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2689 bool trywait();
2719 bool Semaphore::trywait() { function in class:Semaphore
2755 bool Semaphore::trywait() { function in class:Semaphore
4019 assert(!sr_semaphore.trywait(), "semaphore has invalid state");
4058 assert(!sr_semaphore.trywait(), "invalid semaphore state");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2447 bool trywait();
2470 bool Semaphore::trywait() { function in class:Semaphore
3865 assert(!sr_semaphore.trywait(), "semaphore has invalid state");
3904 assert(!sr_semaphore.trywait(), "invalid semaphore state");
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2615 bool trywait();
2638 bool Semaphore::trywait() { function in class:Semaphore
4477 assert(!sr_semaphore.trywait(), "semaphore has invalid state");
4516 assert(!sr_semaphore.trywait(), "invalid semaphore state");

Completed in 330 milliseconds