Home
last modified time | relevance | path

Searched refs:PyThread_tss_is_created (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dpythread.h158 PyAPI_FUNC(int) PyThread_tss_is_created(Py_tss_t *key);
/external/python/cpython3/Python/
Dthread.c161 PyThread_tss_is_created(Py_tss_t *key) in PyThread_tss_is_created() function
Dpystate.c1470 if (!PyThread_tss_is_created(&gilstate->autoTSSkey)) { in PyGILState_Check()
/external/python/cpython3/Modules/
D_tracemalloc.c162 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in get_reentrant()
176 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in set_reentrant()
D_testcapimodule.c5163 if (PyThread_tss_is_created(&tss_key)) { in test_pythread_tss_key_state()
5172 if (!PyThread_tss_is_created(&tss_key)) { in test_pythread_tss_key_state()
5184 if (!PyThread_tss_is_created(&tss_key)) { \ in test_pythread_tss_key_state()
5192 if (PyThread_tss_is_created(&tss_key)) { in test_pythread_tss_key_state()
5203 if (PyThread_tss_is_created(ptr_key)) { in test_pythread_tss_key_state()
/external/python/cpython3/Doc/data/
Dstable_abi.dat623 function,PyThread_tss_is_created,3.7,
Drefcounts.dat2203 PyThread_tss_is_created:int:::
2204 PyThread_tss_is_created:Py_tss_t*:key::
Dpython3.10.abi683 …<elf-symbol name='PyThread_tss_is_created' type='func-type' binding='global-binding' visibility='d…
17481 …<function-decl name='PyThread_tss_is_created' mangled-name='PyThread_tss_is_created' filepath='./I…
18438PyThread_tss_is_created' mangled-name='PyThread_tss_is_created' filepath='Python/thread.c' line='1…
/external/python/cpython3/PC/
Dpython3dll.c569 EXPORT_FUNC(PyThread_tss_is_created)
/external/python/cpython3/Misc/
Dstable_abi.txt2000 function PyThread_tss_is_created
/external/python/cpython3/Doc/c-api/
Dinit.rst1741 .. c:function:: int PyThread_tss_is_created(Py_tss_t *key)