]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_attr_setschedpolicy.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / pthread_attr_setschedpolicy.3
index fda061d0984d54049aba51142ad280133653164e..affc9c203b67cb04088412d5089c2aaa26e69c89 100644 (file)
@@ -49,7 +49,7 @@ to the value specified in
 This attribute determines the scheduling policy of
 a thread created using the thread attributes object
 .IR attr .
-
+.PP
 The supported values for
 .I policy
 are
@@ -62,14 +62,14 @@ with the semantics described in
 .\" FIXME . pthread_setschedparam() places no restriction on the policy,
 .\" but pthread_attr_setschedpolicy() restricts policy to RR/FIFO/OTHER
 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=7013
-
+.PP
 The
 .BR pthread_attr_getschedpolicy ()
 returns the scheduling policy attribute of the thread attributes object
 .IR attr
 in the buffer pointed to by
 .IR policy .
-
+.PP
 In order for the policy setting made by
 .BR pthread_attr_setschedpolicy ()
 to have effect when calling