From 32ecc151353aad78fb49694d0bb1926e7be1c5b0 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 14 Jun 2005 04:02:05 +0000 Subject: '' --- manual/pthread_setschedparam.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'manual') diff --git a/manual/pthread_setschedparam.html b/manual/pthread_setschedparam.html index 510ddf9..920c20b 100644 --- a/manual/pthread_setschedparam.html +++ b/manual/pthread_setschedparam.html @@ -5,7 +5,7 @@ PTHREAD_SETSCHEDPARAM(3) manual page - + @@ -35,9 +35,7 @@ the thread target_thread as indicated by policy and (regular, non-real-time scheduling), SCHED_RR (real-time, round-robin) or SCHED_FIFO (real-time, first-in first-out). param specifies the scheduling priority for the two real-time -policies. See sched_setpolicy(2) -for more information on scheduling policies. -

+policies.

Pthreads-w32 only supports SCHED_OTHER and does not support the real-time scheduling policies SCHED_RR and SCHED_FIFO.

@@ -112,4 +110,4 @@ codes:

- + \ No newline at end of file -- cgit v1.2.3