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

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

Completed in 35 milliseconds