Searched refs:_cond_scope (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp68 static int _cond_scope; member in class:Solaris
260 static int cond_scope() { return _cond_scope; }
269 static void set_cond_scope(int scope) { _cond_scope = scope; }
H A Dos_solaris.cpp5174 int os::Solaris::_cond_scope = USYNC_THREAD; member in class:os::Solaris

Completed in 371 milliseconds