Top


定義場所(file name)

hotspot/src/share/vm/runtime/synchronizer.hpp

本体部(body)

  {- -------------------------------------------
  (1) ObjectSynchronizer::notifyall() を呼び出すだけ.
      ---------------------------------------- -}

      void notify_all(TRAPS)      { ObjectSynchronizer::notifyall(_obj,    CHECK); }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.