TSS_DTOR_ITERATIONS

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

  • C11 standard (ISO/IEC 9899:2011):
    • 7.26.1/3 TSS_DTOR_ITERATIONS (p: 376)

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部