13.38.15 pthread_setname_np
¶
Documentation:
man pthread_setname_np
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
- This function is missing on many non-glibc platforms:
glibc 2.11, Mac OS X 10.5, FreeBSD 12.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.0, Cygwin 1.7.x, mingw, MSVC 14.
- This function has a different signature on some platforms:
macOS 14, NetBSD 10.0.
On macOS the function takes only one argument, the name.
On NetBSD the second argument is interpreted as a
printf
format string,
with the third argument as parameter.