Searched refs:Py_tss_NEEDS_INIT (Results 1 – 5 of 5) sorted by relevance
137 #define Py_tss_NEEDS_INIT {0} macro
50 Py_tss_t initial = Py_tss_NEEDS_INIT; in _PyRuntimeState_Init_impl()
170 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT;
4495 Py_tss_t tss_key = Py_tss_NEEDS_INIT; in test_pythread_tss_key_state()
1451 this type by :c:macro:`Py_tss_NEEDS_INIT` is allowed.1454 .. c:macro:: Py_tss_NEEDS_INIT1471 :c:macro:`Py_tss_NEEDS_INIT`, or *NULL* in the case of dynamic allocation1506 initialized by :c:macro:`Py_tss_NEEDS_INIT`. This function can be called