]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_attr_setscope.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_setscope.3
index 5d0c1409bd4eada370251ce291f0ad8194936eea..c778f42b7c952ae59440da4902448426bff1a8d8 100644 (file)
@@ -30,7 +30,7 @@ attribute in thread attributes object
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_attr_setscope(pthread_attr_t *" attr \
 ", int " scope );
 .BI "int pthread_attr_getscope(const pthread_attr_t *" attr \
@@ -80,7 +80,7 @@ Linux supports
 .BR PTHREAD_SCOPE_SYSTEM ,
 but not
 .BR PTHREAD_SCOPE_PROCESS .
-
+.PP
 On systems that support multiple contention scopes, then,
 in order for the parameter setting made by
 .BR pthread_attr_setscope ()
@@ -92,7 +92,7 @@ to set the inherit-scheduler attribute of the attributes object
 .I attr
 to
 .BR PTHREAD_EXPLICIT_SCHED .
-
+.PP
 The
 .BR pthread_attr_getscope ()
 function returns the contention scope attribute of the
@@ -139,7 +139,7 @@ bound directly to a single kernel-scheduling entity.
 This is the case on Linux for the obsolete LinuxThreads implementation
 and the modern NPTL implementation,
 which are both 1:1 threading implementations.
-
+.PP
 POSIX.1 specifies that the default contention scope is
 implementation-defined.
 .SH SEE ALSO