Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythread.h79 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst46 * :c:func:`PyThread_get_key_value`:
/external/python/cpython3/Python/
Dthread_nt.h443 PyThread_get_key_value(int key) in PyThread_get_key_value() function
Dthread_pthread.h914 PyThread_get_key_value(int key) in PyThread_get_key_value() function
/external/python/cpython3/PC/
Dpython3dll.c600 EXPORT_FUNC(PyThread_get_key_value)
/external/python/cpython3/Doc/data/
Dstable_abi.dat649 func,PyThread_get_key_value,3.2,,
Dpython3.13.abi758 …<elf-symbol name='PyThread_get_key_value' type='func-type' binding='global-binding' visibility='de…
29369PyThread_get_key_value' mangled-name='PyThread_get_key_value' filepath='Python/thread_pthread.h' l…
/external/python/cpython3/Misc/
Dstable_abi.toml1815 [function.PyThread_get_key_value]
/external/python/cpython3/Doc/c-api/
Dinit.rst2295 .. c:function:: void* PyThread_get_key_value(int key)