るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.014秒)
トップページ > バージョン:2.5.0[x] > モジュール:Process[x] > クエリ:getpriority[x] > クエリ:process[x] > 種類:モジュール関数[x]

別のキーワード

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

ライブラリ

検索結果

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

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

...リティを整数で返します。

@param which プライオリティの種類を次の定数で指定します。 Process::PRIO_PROCESS,
Process
::PRIO_PGRP, Process::PRIO_USER。

@param who which の値にしたがってプロセス ID、プロセスグループ ID、ユーザ ID...