summaryrefslogtreecommitdiff
path: root/devdocs/c/thread%2Ftss_dtor_iterations.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/c/thread%2Ftss_dtor_iterations.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/c/thread%2Ftss_dtor_iterations.html')
-rw-r--r--devdocs/c/thread%2Ftss_dtor_iterations.html14
1 files changed, 0 insertions, 14 deletions
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 @@
- <h1 id="firstHeading" class="firstHeading">TSS_DTOR_ITERATIONS</h1> <table class="t-dcl-begin"> <tr class="t-dsc-header"> <th> Defined in header <code>&lt;threads.h&gt;</code> </th> <th> </th> <th> </th> </tr> <tr class="t-dcl t-since-c11"> <td> <pre data-language="c">#define TSS_DTOR_ITERATIONS /* unspecified */</pre>
-</td> <td class="t-dcl-nopad"> </td> <td> <span class="t-mark-rev t-since-c11">(since C11)</span> </td> </tr> </table> <p>Expands to a positive integral <a href="../language/constant_expression" title="c/language/constant expression">constant expression</a> defining the maximum number of times a destructor for thread-local storage pointer will be called by <code><a href="thrd_exit" title="c/thread/thrd exit">thrd_exit</a></code>.</p>
-<p>This constant is equivalent to the POSIX <code>PTHREAD_DESTRUCTOR_ITERATIONS</code>.</p>
-<h3 id="References"> References</h3> <ul>
-<li> C17 standard (ISO/IEC 9899:2018): </li>
-<ul><li> 7.26.1/3 TSS_DTOR_ITERATIONS (p: 274) </li></ul>
-<li> C11 standard (ISO/IEC 9899:2011): </li>
-<ul><li> 7.26.1/3 TSS_DTOR_ITERATIONS (p: 376) </li></ul>
-</ul> <div class="_attribution">
- <p class="_attribution-p">
- &copy; cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br>
- <a href="https://en.cppreference.com/w/c/thread/TSS_DTOR_ITERATIONS" class="_attribution-link">https://en.cppreference.com/w/c/thread/TSS_DTOR_ITERATIONS</a>
- </p>
-</div>