Searched refs:PyThread_set_key_value (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | pythread.h | 30 PyAPI_FUNC(int) PyThread_set_key_value(int, void *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pythread.h | 98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pythread.h | 98 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/ |
D | pythread.h | 98 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/ |
D | pythread.h | 98 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/ |
D | pythread.h | 98 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | thread.c | 345 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
D | thread_nt.h | 312 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
D | pystate.c | 570 if (PyThread_set_key_value(autoTLSkey, (void *)tstate) < 0) in _PyGILState_NoteThreadState()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread_nt.h | 416 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
D | thread_pthread.h | 852 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1174 "PyThread_set_key_value"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 572 EXPORT_FUNC(PyThread_set_key_value)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 633 function,PyThread_set_key_value,3.2,,
|
D | python3.11.abi | 693 …<elf-symbol name='PyThread_set_key_value' type='func-type' binding='global-binding' visibility='de… 15706 …PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' l…
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1792 [function.PyThread_set_key_value]
|
D | HISTORY | 2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init.rst | 1873 .. c:function:: int PyThread_set_key_value(int key, void *value)
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python
|