Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h32 PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/external/python/cpython3/Include/
Dpythread.h99 PyAPI_FUNC(void) PyThread_delete_key_value(int key) Py_DEPRECATED(3.7);
/external/python/cpython2/Python/
Dpystate.c304 PyThread_delete_key_value(autoTLSkey); in PyThreadState_Delete()
319 PyThread_delete_key_value(autoTLSkey); in PyThreadState_DeleteCurrent()
Dthread.c373 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_nt.h344 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/external/python/cpython3/Python/
Dthread_nt.h397 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_pthread.h701 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1161 "PyThread_delete_key_value"
/external/python/cpython3/Doc/c-api/
Dinit.rst1556 .. c:function:: void PyThread_delete_key_value(int key)