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.