Top


定義場所(file name)

hotspot/src/os/solaris/vm/os_solaris.hpp

本体部(body)

  {- -------------------------------------------
  (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.