Top


定義場所(file name)

hotspot/src/os/linux/vm/osThread_linux.hpp

名前(function name)

  void set_thread_id(pid_t id) {

本体部(body)

  {- -------------------------------------------
  (1) (単なる setter method)
      ---------------------------------------- -}

        _thread_id = id;
      }

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