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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp314 virtual bool is_Worker_thread() const { return false; } function in class:Thread
694 virtual bool is_Worker_thread() const { return true; } function in class:WorkerThread
697 assert(is_Worker_thread(), "Dubious cast to WorkerThread*?");

Completed in 43 milliseconds