< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

*** 478,490 **** static void infinite_sleep(); static void naked_yield () ; static OSReturn set_priority(Thread* thread, ThreadPriority priority); static OSReturn get_priority(const Thread* const thread, ThreadPriority& priority); - static void interrupt(Thread* thread); - static bool is_interrupted(Thread* thread, bool clear_interrupted); - static int pd_self_suspend_thread(Thread* thread); static ExtendedPC fetch_frame_from_context(const void* ucVoid, intptr_t** sp, intptr_t** fp); static frame fetch_frame_from_context(const void* ucVoid); static frame fetch_frame_from_ucontext(Thread* thread, void* ucVoid); --- 478,487 ----
< prev index next >