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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp388 // setup_interruptible saves the thread state before going into an
395 void os::Solaris::setup_interruptible(JavaThread* thread) { function in class:os::Solaris
400 assert(thread_state != _thread_in_native, "Native threads skip setup_interruptible");
407 // Version of setup_interruptible() for threads that are already in
413 JavaThread* os::Solaris::setup_interruptible() { function in class:os::Solaris
415 setup_interruptible(thread);
450 // cleanup_interruptible reverses the effects of setup_interruptible

Completed in 3102 milliseconds