Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dinternals.h39 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/
Dpythread.h30 PyAPI_FUNC(int) PyThread_set_key_value(int, void *);
/external/python/cpython3/Include/
Dpythread.h110 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
/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()
/external/python/cpython3/Python/
Dthread_nt.h405 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
Dthread_pthread.h853 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1174 "PyThread_set_key_value"
/external/python/cpython3/PC/
Dpython3dll.c561 EXPORT_FUNC(PyThread_set_key_value)
/external/python/cpython3/Doc/data/
Dstable_abi.dat615 function,PyThread_set_key_value,3.2,
Dpython3.10.abi675 …<elf-symbol name='PyThread_set_key_value' type='func-type' binding='global-binding' visibility='de…
18476PyThread_set_key_value' mangled-name='PyThread_set_key_value' filepath='Python/thread_pthread.h' l…
/external/python/cpython3/Misc/
Dstable_abi.txt1709 function PyThread_set_key_value
DHISTORY2852 - Issue #19787: PyThread_set_key_value() now always set the value. In Python
/external/python/cpython3/Doc/c-api/
Dinit.rst1799 .. c:function:: int PyThread_set_key_value(int key, void *value)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2510 * :c:func:`PyThread_set_key_value` now always set the value. In Python