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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1159 Monitor* sync_with_child = osthread->startThread_lock(); local
1160 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
1162 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
1267 Monitor* sync_with_child = osthread->startThread_lock(); local
1268 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
1269 sync_with_child->notify();
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp981 Monitor* sync_with_child = osthread->startThread_lock(); local
982 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
984 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
1076 Monitor* sync_with_child = osthread->startThread_lock(); local
1077 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
1078 sync_with_child->notify();

Completed in 2305 milliseconds