From b054fe3d80d985318a0570ce5a244c199bd84e94 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:27 +0200 Subject: [PATCH] doc: Mention pthread_getattr_default_np, pthread_setattr_default_np. * 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. --- .../pthread_getattr_default_np.texi | 29 +++++++++++++++++++ .../pthread_setattr_default_np.texi | 29 +++++++++++++++++++ doc/gnulib.texi | 4 +++ 3 files changed, 62 insertions(+) create mode 100644 doc/glibc-functions/pthread_getattr_default_np.texi create mode 100644 doc/glibc-functions/pthread_setattr_default_np.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 index 0000000000..f243a62548 --- /dev/null +++ b/doc/glibc-functions/pthread_getattr_default_np.texi @@ -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 index 0000000000..97b59524a6 --- /dev/null +++ b/doc/glibc-functions/pthread_setattr_default_np.texi @@ -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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 9f90a55115..7ed18255cf 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -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 -- 2.39.5