OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / pthread_attr_setschedparam.3
index 166ab74..eab5ad1 100644 (file)
@@ -68,10 +68,9 @@ struct sched_param {
 である。各スケジューリングポリシーで許可されるスケジューリング優先度の
 詳細については、\fBsched_setscheduler\fP(2) を参照のこと。
 
-In order for the parameter setting made by \fBpthread_attr_setschedparam\fP()
-to have effect when calling \fBpthread_create\fP(3), the caller must use
-\fBpthread_attr_setinheritsched\fP(3)  to set the inherit\-scheduler attribute
-of the attributes object \fIattr\fP to \fBPTHREAD_EXPLICIT_SCHED\fP.
+\fBpthread_create\fP(3) を呼び出した際に \fBpthread_attr_setschedparam\fP()
+で行ったパラメータ設定を有効にするには、 呼び出し側で \fBpthread_attr_setinheritsched\fP(3) を使って 属性オブジェクト
+\fIattr\fP の inherit\-scheduler 属性を \fBPTHREAD_EXPLICIT_SCHED\fP に設定しておかなければならない。
 .SH 返り値
 成功すると、これらの関数は 0 を返す。
 エラーの場合、0 以外のエラー番号を返す。