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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp205 OSReturn os::get_priority(const Thread* const thread, ThreadPriority& priority) { function in class:os
H A Dthread.cpp428 ThreadPriority Thread::get_priority(const Thread* const thread) { function in class:Thread
432 (void)os::get_priority(thread, priority);
835 // get_priority assumes osthread initialized
837 st->print("prio=%d tid=" INTPTR_FORMAT " ", get_priority(this), this);

Completed in 45 milliseconds