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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp28 // Solaris_OS defines the interface to Solaris operating systems
30 class Solaris { class
42 // SunSoft lib/lwp/libthread: default Solaris 9, available Solaris 8
145 // ucontext_get_fp() is only used by Solaris X86 (see note below)
150 // Parameter ret_fp is only used by Solaris X86.
154 // provides extensions to the os class and not the Solaris class.
163 // Solaris-specific interface goes here
242 static int mutex_init(mutex_t *mx) { return _mutex_init(mx, os::Solaris::mutex_scope(), NULL); }
258 static int cond_init(cond_t *cv) { return _cond_init(cv, os::Solaris
[all...]

Completed in 791 milliseconds