Searched refs:PyThread_set_key_value (Results 1 – 16 of 16) sorted by relevance
| /external/python/pybind11/include/pybind11/detail/ |
| D | internals.h | 39 PyThread_set_key_value((key), (value)); \ 43 PyThread_set_key_value((key), nullptr) 45 PyThread_set_key_value((key), (value)) 301 PyThread_set_key_value(internals_ptr->tstate, tstate); in get_internals()
|
| /external/python/cpython2/Include/ |
| D | pythread.h | 30 PyAPI_FUNC(int) PyThread_set_key_value(int, void *);
|
| /external/python/cpython3/Include/ |
| D | pythread.h | 110 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
|
| /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()
|
| /external/python/cpython3/Python/ |
| D | thread_nt.h | 405 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
| D | thread_pthread.h | 853 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
|
| /external/python/cpython2/PC/os2emx/ |
| D | python27.def | 1174 "PyThread_set_key_value"
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 561 EXPORT_FUNC(PyThread_set_key_value)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 615 function,PyThread_set_key_value,3.2,
|
| D | python3.10.abi | 675 …<elf-symbol name='PyThread_set_key_value' type='func-type' binding='global-binding' visibility='de… 18476 …PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' l…
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 1709 function PyThread_set_key_value
|
| D | HISTORY | 2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
|
| /external/python/cpython3/Doc/c-api/ |
| D | init.rst | 1799 .. c:function:: int PyThread_set_key_value(int key, void *value)
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.4.rst | 2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python
|