view doc/posix-headers/pthread.texi @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents fa493ab92ac6
children
line wrap: on
line source

@node pthread.h
@section @file{pthread.h}

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html}

Gnulib module: pthread

Portability problems fixed by Gnulib:
@itemize
@item
This header pollutes the namespace with some broken macro
implementations for various functions such as @code{strtok_r} and
@code{gmtime_r}:
mingw 3.0.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms; the replacement does
not offer threads, so much as lightweight stubs that make conditional
compilation easier for fallbacks to single-threaded programs.
Minix 3.1.8, mingw 2.x, MSVC 14, BeOS.
@item
This header file lacks the declaration of @code{pthread_atfork} on some
platforms:
IRIX 6.5.
@end itemize