Top


定義場所(file name)

hotspot/src/os/linux/vm/os_linux.cpp

説明(description)

// Hint to the underlying OS that a task switch would not be good.
// Void return because it's a hint and can fail.

本体部(body)

  {- -------------------------------------------
  (1) (何もしない)
      ---------------------------------------- -}

    void os::hint_no_preempt() {}

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