Top


定義場所(file name)

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

名前(function name)

void os::yield_all(int attempts) {

本体部(body)

  {- -------------------------------------------
  (1) Sleep() を呼び出すだけ.
      ---------------------------------------- -}

      // Yields to all threads, including threads with lower priorities
      Sleep(1);
    }

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