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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4003 static int sr_notify(OSThread* osthread) { function
4028 if (sr_notify(osthread) != 0) {
4067 if (sr_notify(osthread) == 0) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3849 static int sr_notify(OSThread* osthread) { function
3874 if (sr_notify(osthread) != 0) {
3913 if (sr_notify(osthread) == 0) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4463 static int sr_notify(OSThread* osthread) { function
4486 if (sr_notify(osthread) != 0) {
4525 if (sr_notify(osthread) == 0) {

Completed in 84 milliseconds