総合手引 | セクション 2 | English | オプション |
#include <sched.h>
policy の値は <sched.h> で定義されたスケジュール方針の 1 つにする必要があります:
[SCHED_FIFO] | ラウンドロビンスケジュールなしの先入先出 (FIFO) 固定優先順位スケジュール。 |
[SCHED_OTHER] | |
標準のタイムシェアリングスケジューラ。 | |
[SCHED_RR] | 同じ優先順位のプロセス間でのラウンドロビンスケジューリング。 |
The sched_rr_get_interval function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.
[EINVAL] | |
policy 引数の値が定義されているスケジュール方針ではありません。 | |
[ENOSYS] | |
sched_get_priority_max() システムコール、 sched_get_priority_min() システムコール、そして sched_rr_get_interval() システムコールは、この実装ではサポートされていません。 | |
[ESRCH] | |
pid で指定されるプロセスに対応するプロセスが見つかりません。 | |
SCHED_GET_PRIORITY_MAX (2) | March 12, 1998 |
総合手引 | セクション 2 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
“ | Our grievance is not just against Unix itself, but against the cult of Unix zealots who defend and nurture it. They take the heat, disease, and pestilence as givens, and, as ancient shamans did, display their wounds, some self-inflicted, as proof of their power and wizardry. We aim, through bluntness and humor, to show them that they pray to a tin god, and that science, not religion, is the path to useful and friendly technology. | ” |
— The Unix Haters' handbook |