Top


定義場所(file name)

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

名前(function name)

jlong os::current_thread_cpu_time(bool user_sys_cpu_time) {

本体部(body)

  {- -------------------------------------------
  (1) os::thread_cpu_time() を呼び出すだけ.
      ---------------------------------------- -}

      return os::thread_cpu_time(Thread::current(), user_sys_cpu_time);
    }

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