るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.029秒)
トップページ > クエリ:priority[x] > クエリ:getpriority[x]

別のキーワード

  1. socket so_priority
  2. etc sc_priority_scheduling
  3. etc sc_thread_priority_scheduling
  4. resolv priority
  5. thread priority

ライブラリ

モジュール

検索結果

Process.#getpriority(which, who) -> Integer (24207.0)

which に従いプロセス、プロセスグループ、ユーザのいずれかの現在のプライオリティを整数で返します。

...ザ ID のいずれかを整数で指定します。

@raise Errno::EXXX プライオリティの取得に失敗した場合に発生します。

@raise NotImplementedError メソッドが現在のプラットフォームで実装されていない場合に発生します。

@see getpriority(2)...