hotspot/src/os/solaris/vm/os_solaris.hpp
{- -------------------------------------------
(1) _cond_timedwait フィールドに入っている関数を呼び出すだけ.
---------------------------------------- -}
static int cond_timedwait(cond_t *cv, mutex_t *mx, timestruc_t *abst)
{ return _cond_timedwait(cv, mx, abst); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.