Top


定義場所(file name)

hotspot/src/share/vm/runtime/mutex.cpp

名前(function name)

void Monitor::lock() {

本体部(body)

  {- -------------------------------------------
  (1) Monitor::lock() を呼び出すだけ.
      ---------------------------------------- -}

      this->lock(Thread::current());
    }

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