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.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/third_party/python/Python/
Dthread_nt.h438 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_pthread.h844 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/third_party/python/PC/
Dpython3dll.c561 EXPORT_FUNC(PyThread_delete_key_value)
/third_party/python/Doc/data/
Dstable_abi.dat624 function,PyThread_delete_key_value,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1796 [function.PyThread_delete_key_value]
/third_party/python/Doc/c-api/
Dinit.rst1875 .. c:function:: void PyThread_delete_key_value(int key)