mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* doc/posix-headers/*.texi: Update. * doc/pastposix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Likewise. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
@node thrd_join
|
|
@subsection @code{thrd_join}
|
|
@findex thrd_join
|
|
|
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.5.6.
|
|
|
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/thrd_join.html}
|
|
|
|
Documentation:@*
|
|
@ifinfo
|
|
@ref{ISO C Thread Management,,Creation and Control,libc}.
|
|
@end ifinfo
|
|
@ifnotinfo
|
|
@url{https://www.gnu.org/software/libc/manual/html_node/ISO-C-Thread-Management.html}.
|
|
@end ifnotinfo
|
|
|
|
Gnulib module: thrd
|
|
@mindex thrd
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on many platforms:
|
|
glibc 2.27, macOS 14, FreeBSD 9.3, NetBSD 8.0, OpenBSD 7.9, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.3, Cygwin 3.1.x, mingw, MSVC 14, Android API level 29.
|
|
@item
|
|
This function never stores an exit code on some platforms:
|
|
AIX 7.3.1.
|
|
@item
|
|
This function crashes when the second argument is NULL on some platforms:
|
|
Solaris 11.4.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|