Top


定義場所(file name)

hotspot/src/os/windows/vm/osThread_windows.cpp

名前(function name)

void OSThread::pd_initialize() {

本体部(body)

  {- -------------------------------------------
  (1) フィールドの初期化
      ---------------------------------------- -}

      set_thread_handle(NULL);
      set_thread_id(NULL);
      set_interrupt_event(NULL);
    }

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