Home
last modified time | relevance | path

Searched refs:PyThread_tss_delete (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h119 PyAPI_FUNC(void) PyThread_tss_delete(Py_tss_t *key);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h119 PyAPI_FUNC(void) PyThread_tss_delete(Py_tss_t *key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h119 PyAPI_FUNC(void) PyThread_tss_delete(Py_tss_t *key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h119 PyAPI_FUNC(void) PyThread_tss_delete(Py_tss_t *key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h119 PyAPI_FUNC(void) PyThread_tss_delete(Py_tss_t *key);
/aosp_15_r20/external/python/cpython3/Python/
Dthread.c161 PyThread_tss_delete(key); in PyThread_tss_free()
Dthread_nt.h481 PyThread_tss_delete(Py_tss_t *key) in PyThread_tss_delete() function
Dthread_pthread.h902 PyThread_tss_delete(Py_tss_t *key) in PyThread_tss_delete() function
Dpystate.c1570 PyThread_tss_delete(&gilstate->autoTSSkey); in _PyGILState_Fini()
1585 PyThread_tss_delete(&gilstate->autoTSSkey); in _PyGILState_Reinit()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c577 EXPORT_FUNC(PyThread_tss_delete)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat638 function,PyThread_tss_delete,3.7,,
Drefcounts.dat2194 PyThread_tss_delete:void:::
2195 PyThread_tss_delete:Py_tss_t*:key::
Dpython3.11.abi698 …<elf-symbol name='PyThread_tss_delete' type='func-type' binding='global-binding' visibility='defau…
15691PyThread_tss_delete' mangled-name='PyThread_tss_delete' filepath='Python/thread_pthread.h' line='9…
/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c950 PyThread_tss_delete(&tracemalloc_reentrant_key); in tracemalloc_deinit()
D_testcapimodule.c5489 PyThread_tss_delete(&tss_key); in test_pythread_tss_key_state()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2072 [function.PyThread_tss_delete]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1797 first calling :c:func:`PyThread_tss_delete` to ensure any associated
1830 .. c:function:: void PyThread_tss_delete(Py_tss_t *key)