Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h32 PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/external/python/cpython3/Include/
Dpythread.h105 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/external/python/pybind11/include/pybind11/detail/
Dinternals.h34 PyThread_delete_key_value(key)
37 PyThread_delete_key_value((key)); \
/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.h420 PyThread_delete_key_value(int key) in PyThread_delete_key_value() function
Dthread_pthread.h790 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.rst1643 .. c:function:: void PyThread_delete_key_value(int key)