Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h113 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/third_party/python/Python/
Dthread_nt.h427 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_pthread.h845 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/third_party/python/Doc/data/
Dstable_abi.dat606 function,PyThread_delete_key_value,3.2,
/third_party/python/PC/
Dpython3dll.c550 EXPORT_FUNC(PyThread_delete_key_value)
/third_party/python/Misc/
Dstable_abi.txt1713 function PyThread_delete_key_value
/third_party/python/Doc/c-api/
Dinit.rst1801 .. c:function:: void PyThread_delete_key_value(int key)