Home
last modified time | relevance | path

Searched refs:Py_tss_NEEDS_INIT (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpythread.h137 #define Py_tss_NEEDS_INIT {0} macro
/external/python/cpython3/Python/
Dpystate.c50 Py_tss_t initial = Py_tss_NEEDS_INIT; in _PyRuntimeState_Init_impl()
/external/python/cpython3/Modules/
D_tracemalloc.c170 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT;
D_testcapimodule.c4495 Py_tss_t tss_key = Py_tss_NEEDS_INIT; in test_pythread_tss_key_state()
/external/python/cpython3/Doc/c-api/
Dinit.rst1451 this type by :c:macro:`Py_tss_NEEDS_INIT` is allowed.
1454 .. c:macro:: Py_tss_NEEDS_INIT
1471 :c:macro:`Py_tss_NEEDS_INIT`, or *NULL* in the case of dynamic allocation
1506 initialized by :c:macro:`Py_tss_NEEDS_INIT`. This function can be called