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

/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp37 bool _vm_created_thread; // true if the VM created this thread, variable
43 // Set and get state of _vm_created_thread flag
44 void set_vm_created() { _vm_created_thread = true; }
45 bool is_vm_created() { return _vm_created_thread; }

Completed in 40 milliseconds