]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention pthread_getattr_default_np, pthread_setattr_default_np.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:27 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:27 +0000 (14:08 +0200)
* doc/glibc-functions/pthread_getattr_default_np.texi: New file.
* doc/glibc-functions/pthread_setattr_default_np.texi: New file.
* doc/gnulib.texi (Glibc pthread.h): Include them.

doc/glibc-functions/pthread_getattr_default_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_setattr_default_np.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/pthread_getattr_default_np.texi b/doc/glibc-functions/pthread_getattr_default_np.texi
new file mode 100644 (file)
index 0000000..f243a62
--- /dev/null
@@ -0,0 +1,29 @@
+@node pthread_getattr_default_np
+@subsection @code{pthread_getattr_default_np}
+@findex pthread_getattr_default_np
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Default Thread Attributes,,Setting Process-wide defaults for thread attributes,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Default-Thread-Attributes.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_getattr_default_np.3.html,,man pthread_getattr_default_np}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+glibc 2.17, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize
diff --git a/doc/glibc-functions/pthread_setattr_default_np.texi b/doc/glibc-functions/pthread_setattr_default_np.texi
new file mode 100644 (file)
index 0000000..97b5952
--- /dev/null
@@ -0,0 +1,29 @@
+@node pthread_setattr_default_np
+@subsection @code{pthread_setattr_default_np}
+@findex pthread_setattr_default_np
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Default Thread Attributes,,Setting Process-wide defaults for thread attributes,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Default-Thread-Attributes.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_setattr_default_np.3.html,,man pthread_setattr_default_np}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+glibc 2.17, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize
index 9f90a551159369a8d7d7cf2c1c63e538bb127762..7ed18255cf0a95873bc49cb165c0a21cb682b6c6 100644 (file)
@@ -4552,6 +4552,7 @@ This list of functions is sorted according to the header that declares them.
 * pthread_attr_getaffinity_np::
 * pthread_attr_setaffinity_np::
 * pthread_getaffinity_np::
+* pthread_getattr_default_np::
 * pthread_getattr_np::
 * pthread_getname_np::
 * pthread_kill_other_threads_np::
@@ -4561,6 +4562,7 @@ This list of functions is sorted according to the header that declares them.
 * pthread_rwlockattr_getkind_np::
 * pthread_rwlockattr_setkind_np::
 * pthread_setaffinity_np::
+* pthread_setattr_default_np::
 * pthread_setname_np::
 * pthread_sigqueue::
 * pthread_timedjoin_np::
@@ -4571,6 +4573,7 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/pthread_attr_getaffinity_np.texi
 @include glibc-functions/pthread_attr_setaffinity_np.texi
 @include glibc-functions/pthread_getaffinity_np.texi
+@include glibc-functions/pthread_getattr_default_np.texi
 @include glibc-functions/pthread_getattr_np.texi
 @include glibc-functions/pthread_getname_np.texi
 @include glibc-functions/pthread_kill_other_threads_np.texi
@@ -4580,6 +4583,7 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/pthread_rwlockattr_getkind_np.texi
 @include glibc-functions/pthread_rwlockattr_setkind_np.texi
 @include glibc-functions/pthread_setaffinity_np.texi
+@include glibc-functions/pthread_setattr_default_np.texi
 @include glibc-functions/pthread_setname_np.texi
 @include glibc-functions/pthread_sigqueue.texi
 @include glibc-functions/pthread_timedjoin_np.texi