]> git.saurik.com Git - apple/libpthread.git/blobdiff - man/pthread_attr_set_getschedparam.3
libpthread-301.1.6.tar.gz
[apple/libpthread.git] / man / pthread_attr_set_getschedparam.3
index dff13e45f24dd4a687df3fbdaaf60d1a5907f212..d7160d7235ec76a704f2cd9eb8c3babea42a3e25 100644 (file)
@@ -38,7 +38,11 @@ The
 .Fa sched_priority
 field of
 .Fa struct sched_param
-can be set to SCHED_OTHER, SCHED_FIFO and SCHED_RR.
+must be within the range returned by the
+.Xr sched_get_priority_min 2
+and
+.Xr sched_get_priority_max 2
+system calls.
 .Sh RETURN VALUES
 If successful, these functions return 0.
 Otherwise, an error number is returned to indicate the error.