Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Include/
Dpythread.h32 PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h101 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1161 "PyThread_delete_key_value"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c561 EXPORT_FUNC(PyThread_delete_key_value)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat624 function,PyThread_delete_key_value,3.2,,
Dpython3.11.abi684 …<elf-symbol name='PyThread_delete_key_value' type='func-type' binding='global-binding' visibility=…
15711PyThread_delete_key_value' mangled-name='PyThread_delete_key_value' filepath='Python/thread_pthrea…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1796 [function.PyThread_delete_key_value]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1875 .. c:function:: void PyThread_delete_key_value(int key)