From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/c/thread%2Ftss_dtor_iterations.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devdocs/c/thread%2Ftss_dtor_iterations.html (limited to 'devdocs/c/thread%2Ftss_dtor_iterations.html') diff --git a/devdocs/c/thread%2Ftss_dtor_iterations.html b/devdocs/c/thread%2Ftss_dtor_iterations.html deleted file mode 100644 index 265b360d..00000000 --- a/devdocs/c/thread%2Ftss_dtor_iterations.html +++ /dev/null @@ -1,14 +0,0 @@ -

TSS_DTOR_ITERATIONS

Defined in header <threads.h>
#define TSS_DTOR_ITERATIONS /* unspecified */
-
(since C11)

Expands to a positive integral constant expression defining the maximum number of times a destructor for thread-local storage pointer will be called by thrd_exit.

-

This constant is equivalent to the POSIX PTHREAD_DESTRUCTOR_ITERATIONS.

-

References

-

- © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
- https://en.cppreference.com/w/c/thread/TSS_DTOR_ITERATIONS -

-
-- cgit v1.2.3