Top


定義場所(file name)

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

説明(description)

  // special for Threads::remove() which is static:

本体部(body)

  {- -------------------------------------------
  (1) カレントスレッドの TerminatedTypes を _thread_terminated に変更する.
      ---------------------------------------- -}

      void set_terminated_value()                    { _terminated = _thread_terminated; }

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