Searched refs:Py_tss_NEEDS_INIT (Results 1 – 5 of 5) sorted by relevance
151 #define Py_tss_NEEDS_INIT {0} macro
152 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT;
5162 Py_tss_t tss_key = Py_tss_NEEDS_INIT; in test_pythread_tss_key_state()
1696 this type by :c:macro:`Py_tss_NEEDS_INIT` is allowed.1699 .. c:macro:: Py_tss_NEEDS_INIT1716 :c:macro:`Py_tss_NEEDS_INIT`, or ``NULL`` in the case of dynamic allocation1751 initialized by :c:macro:`Py_tss_NEEDS_INIT`. This function can be called
75 Py_tss_t initial = Py_tss_NEEDS_INIT; in _PyRuntimeState_Init_impl()