Home
last modified time | relevance | path

Searched refs:PyThreadState_SetAsyncExc (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h122 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(long, PyObject *);
/external/python/cpython3/Include/
Dpystate.h203 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(long, PyObject *);
/external/python/cpython2/Python/
Dpystate.c392 PyThreadState_SetAsyncExc(long id, PyObject *exc) { in PyThreadState_SetAsyncExc() function
/external/python/cpython3/PC/
Dpython3.def570 PyThreadState_SetAsyncExc=python36.PyThreadState_SetAsyncExc
/external/python/cpython2/Lib/test/
Dtest_threading.py172 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
/external/python/cpython3/Python/
Dpystate.c583 PyThreadState_SetAsyncExc(long id, PyObject *exc) { in PyThreadState_SetAsyncExc() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1040 "PyThreadState_SetAsyncExc"
/external/python/cpython3/Lib/test/
Dtest_threading.py183 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
/external/python/cpython3/Doc/c-api/
Dinit.rst833 .. c:function:: int PyThreadState_SetAsyncExc(long id, PyObject *exc)
/external/python/cpython2/Doc/c-api/
Dinit.rst750 .. c:function:: int PyThreadState_SetAsyncExc(long id, PyObject *exc)
/external/python/cpython2/Misc/
DHISTORY171 ``PyThreadState_SetAsyncExc()``. A test case was added, and
4152 - PyThreadState_SetAsyncExc(): A new API (deliberately accessible only
/external/python/cpython3/Misc/
DHISTORY17555 ``PyThreadState_SetAsyncExc()``. A test case was added, and
21536 - PyThreadState_SetAsyncExc(): A new API (deliberately accessible only