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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp119 bool is_VM_thread() const { return true; } function in class:VMThread
H A Dthread.hpp302 virtual bool is_VM_thread() const { return false; } function in class:Thread
1358 Thread::current()->is_VM_thread() && SafepointSynchronize::is_synchronizing(),

Completed in 279 milliseconds