Skip to main content

Module bits_limits_ptdi

Module bits_limits_ptdi 

Source
Expand description

PTHREAD_DESTRUCTOR_ITERATIONS for limits.h implementation.

See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/limits.h.html.

Constants§

PTHREAD_DESTRUCTOR_ITERATIONS
Maximum number of attempts made to destroy a thread’s thread-specific data values on thread exit.
_POSIX_THREAD_DESTRUCTOR_ITERATIONS
Minimum required value for PTHREAD_DESTRUCTOR_ITERATIONS.