Searched refs:is_interrupted (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp127 if (os::is_interrupted(_thread, _clear)) { \
133 && os::is_interrupted(_thread, _clear)) { \
H A Dos_solaris.cpp4418 bool os::is_interrupted(Thread* thread, bool clear_interrupted) { function in class:os
6499 if (Thread::is_interrupted(thread, false)) {
6524 if (Thread::is_interrupted(thread, false) ||
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp371 if (interruptible && Thread::is_interrupted(THREAD, true)) {
399 if (interruptible && Thread::is_interrupted(THREAD, true)) {
H A Djvm.cpp2916 if (Thread::is_interrupted (THREAD, true) && !HAS_PENDING_EXCEPTION) {
3070 return (jboolean) Thread::is_interrupted(thr, clear_interrupted != 0);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1456 if (interruptible && Thread::is_interrupted(Self, true) && !HAS_PENDING_EXCEPTION) {
1537 if (interruptible && (Thread::is_interrupted(THREAD, false) || HAS_PENDING_EXCEPTION)) {
1650 if (interruptible && Thread::is_interrupted(Self, true) && !HAS_PENDING_EXCEPTION) {
H A Dos.hpp438 static bool is_interrupted(Thread* thread, bool clear_interrupted);
H A Dthread.hpp329 static bool is_interrupted(Thread* thr, bool clear_interrupted);
H A Dthread.cpp795 bool Thread::is_interrupted(Thread* thread, bool clear_interrupted) { function in class:Thread
796 trace("is_interrupted", thread);
800 return os::is_interrupted(thread, clear_interrupted);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3612 if (os::is_interrupted(thread, true)) {
4109 bool os::is_interrupted(Thread* thread, bool clear_interrupted) { function in class:os
5846 if (Thread::is_interrupted(thread, false)) {
5870 if (Thread::is_interrupted(thread, false) || pthread_mutex_trylock(_mutex) != 0) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3533 if (os::is_interrupted(thread, true)) {
3955 bool os::is_interrupted(Thread* thread, bool clear_interrupted) { function in class:os
5585 if (Thread::is_interrupted(thread, false)) {
5609 if (Thread::is_interrupted(thread, false) || pthread_mutex_trylock(_mutex) != 0) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3517 bool os::is_interrupted(Thread* thread, bool clear_interrupted) { function in class:os
4804 if (Thread::is_interrupted(thread, false) ||

Completed in 162 milliseconds