Home
last modified time | relevance | path

Searched refs:PyThread_delete_key_value (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dpythread.h80 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst48 * :c:func:`PyThread_delete_key_value`:
/external/python/cpython3/Python/
Dthread_nt.h449 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_pthread.h895 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/external/python/cpython3/PC/
Dpython3dll.c597 EXPORT_FUNC(PyThread_delete_key_value)
/external/python/cpython3/Doc/data/
Dstable_abi.dat646 func,PyThread_delete_key_value,3.2,,
Dpython3.13.abi754 …<elf-symbol name='PyThread_delete_key_value' type='func-type' binding='global-binding' visibility=…
29360PyThread_delete_key_value' mangled-name='PyThread_delete_key_value' filepath='Python/thread_pthrea…
/external/python/cpython3/Misc/
Dstable_abi.toml1817 [function.PyThread_delete_key_value]
/external/python/cpython3/Doc/c-api/
Dinit.rst2296 .. c:function:: void PyThread_delete_key_value(int key)