るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.075秒)

別のキーワード

  1. process getpriority
  2. _builtin getpriority
  3. getpriority process
  4. getpriority _builtin

ライブラリ

モジュール

検索結果

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

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

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

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

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

@see getpriority(2)...