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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp258 static int cond_init(cond_t *cv) { return _cond_init(cv, os::Solaris::cond_scope(), NULL); }
260 static int cond_scope() { return _cond_scope; } function in class:Solaris

Completed in 63 milliseconds