Home
last modified time | relevance | path

Searched refs:PyThread_set_key_value (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpythread.h30 PyAPI_FUNC(int) PyThread_set_key_value(int, void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/aosp_15_r20/external/python/cpython2/Python/
Dthread.c345 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dthread_nt.h312 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dpystate.c570 if (PyThread_set_key_value(autoTLSkey, (void *)tstate) < 0) in _PyGILState_NoteThreadState()
/aosp_15_r20/external/python/cpython3/Python/
Dthread_nt.h416 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dthread_pthread.h852 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1174 "PyThread_set_key_value"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c572 EXPORT_FUNC(PyThread_set_key_value)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat633 function,PyThread_set_key_value,3.2,,
Dpython3.11.abi693 …<elf-symbol name='PyThread_set_key_value' type='func-type' binding='global-binding' visibility='de…
15706PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' l…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1792 [function.PyThread_set_key_value]
DHISTORY2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1873 .. c:function:: int PyThread_set_key_value(int key, void *value)
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.4.rst2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python