Home
last modified time | relevance | path

Searched refs:PyThread_set_key_value (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dpythread.h77 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst44 * :c:func:`PyThread_set_key_value`:
/external/python/cpython3/Python/
Dthread_nt.h436 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dthread_pthread.h903 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
/external/python/cpython3/PC/
Dpython3dll.c608 EXPORT_FUNC(PyThread_set_key_value)
/external/python/cpython3/Doc/data/
Dstable_abi.dat655 func,PyThread_set_key_value,3.2,,
Dpython3.13.abi766 …<elf-symbol name='PyThread_set_key_value' type='func-type' binding='global-binding' visibility='de…
29364PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' l…
/external/python/cpython3/Misc/
Dstable_abi.toml1813 [function.PyThread_set_key_value]
DHISTORY2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
/external/python/cpython3/Doc/c-api/
Dinit.rst2294 .. c:function:: int PyThread_set_key_value(int key, void *value)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python