Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h158 PyAPI_FUNC(int) PyThread_tss_is_created(Py_tss_t *key);
/third_party/python/Python/
Dthread.c157 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()
/third_party/python/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()
/third_party/python/PC/
Dpython3dll.c569 EXPORT_FUNC(PyThread_tss_is_created)
/third_party/python/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::
/third_party/python/Misc/
Dstable_abi.txt2000 function PyThread_tss_is_created
/third_party/python/Doc/c-api/
Dinit.rst1741 .. c:function:: int PyThread_tss_is_created(Py_tss_t *key)