Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h151 #define Py_tss_NEEDS_INIT {0} macro
/third_party/python/Modules/
D_tracemalloc.c152 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT;
D_testcapimodule.c5162 Py_tss_t tss_key = Py_tss_NEEDS_INIT; in test_pythread_tss_key_state()
/third_party/python/Doc/c-api/
Dinit.rst1696 this type by :c:macro:`Py_tss_NEEDS_INIT` is allowed.
1699 .. c:macro:: Py_tss_NEEDS_INIT
1716 :c:macro:`Py_tss_NEEDS_INIT`, or ``NULL`` in the case of dynamic allocation
1751 initialized by :c:macro:`Py_tss_NEEDS_INIT`. This function can be called
/third_party/python/Python/
Dpystate.c75 Py_tss_t initial = Py_tss_NEEDS_INIT; in _PyRuntimeState_Init_impl()