Home
last modified time | relevance | path

Searched refs:PyThread_tss_free (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpythread.h155 PyAPI_FUNC(void) PyThread_tss_free(Py_tss_t *key);
/third_party/python/Python/
Dthread.c148 PyThread_tss_free(Py_tss_t *key) in PyThread_tss_free() function
/third_party/python/PC/
Dpython3dll.c567 EXPORT_FUNC(PyThread_tss_free)
/third_party/python/Doc/data/
Dstable_abi.dat621 function,PyThread_tss_free,3.7,
Drefcounts.dat2197 PyThread_tss_free:void:::
2198 PyThread_tss_free:Py_tss_t*:key::
/third_party/python/Misc/
Dstable_abi.txt1996 function PyThread_tss_free
/third_party/python/Doc/c-api/
Dinit.rst1720 .. c:function:: void PyThread_tss_free(Py_tss_t *key)
/third_party/python/Modules/
D_testcapimodule.c5208 PyThread_tss_free(ptr_key); in test_pythread_tss_key_state()