Searched refs:is_ext_suspend_completed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1083 bool is_ext_suspend_completed(bool called_by_wait, int delay, uint32_t *bits);
1086 // Warning: is_ext_suspend_completed() may temporarily drop the
1089 return is_ext_suspend_completed(false /*!called_by_wait */,
H A Dthread.cpp477 // set in is_ext_suspend_completed():
523 // By default, don't trace bits for is_ext_suspend_completed() calls.
528 // If tracing for is_ext_suspend_completed() is enabled, then only
552 bool JavaThread::is_ext_suspend_completed(bool called_by_wait, int delay, uint32_t *bits) { function in class:JavaThread
687 // set a marker so is_ext_suspend_completed() knows we are the caller
697 is_suspended = is_ext_suspend_completed(true /* called_by_wait */,
705 // is_ext_suspend_completed() that keeps us from entering the
732 is_suspended = is_ext_suspend_completed(true /* called_by_wait */,
743 // is_ext_suspend_completed() that keeps us from staying in the
2235 // Warning: is_ext_suspend_completed() ma
[all...]

Completed in 44 milliseconds