Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h110 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/third_party/python/Python/
Dthread_nt.h405 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dthread_pthread.h853 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
/third_party/python/Doc/data/
Dstable_abi.dat615 function,PyThread_set_key_value,3.2,
/third_party/python/PC/
Dpython3dll.c561 EXPORT_FUNC(PyThread_set_key_value)
/third_party/python/Misc/
Dstable_abi.txt1709 function PyThread_set_key_value
DHISTORY2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
/third_party/python/Doc/c-api/
Dinit.rst1799 .. c:function:: int PyThread_set_key_value(int key, void *value)
/third_party/python/Doc/whatsnew/
D3.4.rst2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python