- setpriority WHICH,WHO,PRIORITY
-
Sets the current priority for a process, a process group, or a user. (See setpriority(2).) Raises an exception when used on a machine that doesn't implement setpriority(2).
プロセス、プロセスグループ、ユーザに対する優先順位を設定します。 (setpriority(2) を参照してください。) setpriority(2) が実装されていないマシンでは、例外が発生します。
WHICHcan be any ofPRIO_PROCESS,PRIO_PGRPorPRIO_USERimported from "RESOURCE CONSTANTS" in POSIX.WHICHは、"RESOURCE CONSTANTS" in POSIX からインポートされたPRIO_PROCESS,PRIO_PGRP,PRIO_USERのいずれかです。Portability issues: "setpriority" in perlport.
移植性の問題: "setpriority" in perlport。