diff options
| author | rpj <rpj> | 2005-06-14 04:02:39 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-06-14 04:02:39 +0000 | 
| commit | 853debf2e358b612a595ae421563683a1e774798 (patch) | |
| tree | 93933d11af498b59be150001d6dea45d5d088140 /manual/pthread_setschedparam.html | |
| parent | 78ecbc3c3e1a08a9e8fd35983dc0b22c8e2d116e (diff) | |
''
Diffstat (limited to 'manual/pthread_setschedparam.html')
| -rw-r--r-- | manual/pthread_setschedparam.html | 8 | 
1 files changed, 3 insertions, 5 deletions
| 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 @@  	<TITLE>PTHREAD_SETSCHEDPARAM(3) manual page</TITLE>  	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3  (Linux)">  	<META NAME="CREATED" CONTENT="20050504;18110100"> -	<META NAME="CHANGED" CONTENT="20050504;18212800"> +	<META NAME="CHANGED" CONTENT="20050614;14012300">  	<!-- manual page source format generated by PolyglotMan v3.2, -->  	<!-- available at http://polyglotman.sourceforge.net/ -->  </HEAD> @@ -35,9 +35,7 @@ the thread <I>target_thread</I> as indicated by <I>policy</I> and  (regular, non-real-time scheduling), <B>SCHED_RR</B> (real-time,  round-robin) or <B>SCHED_FIFO</B> (real-time, first-in first-out).  <I>param</I> specifies the scheduling priority for the two real-time -policies. See <A HREF="sched_setpolicy.html"><B>sched_setpolicy</B>(2)</A> -for more information on scheduling policies.  -</P> +policies.</P>  <P><B>Pthreads-w32</B> only supports SCHED_OTHER and does not support  the real-time scheduling policies <B>SCHED_RR</B> and <B>SCHED_FIFO.</B>  </P> @@ -112,4 +110,4 @@ codes:  	</P>  </UL>  </BODY> -</HTML> +</HTML>
\ No newline at end of file | 
