Home
last modified time | relevance | path

Searched refs:PyThreadState_Next (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h198 PyAPI_FUNC(PyThreadState *) PyThreadState_Next(PyThreadState *);
/third_party/python/Python/
Dtraceback.c944 tstate = PyThreadState_Next(tstate); in _Py_DumpTracebackThreads()
Dpystate.c1188 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next() function
/third_party/python/Modules/
D_threadmodule.c856 for(; tstate; tstate = PyThreadState_Next(tstate)) { in local_clear()
D_xxsubinterpretersmodule.c1830 if (PyThreadState_Next(tstate) != NULL) { in _is_running()
/third_party/python/Doc/whatsnew/
D2.2.rst1069 :c:func:`PyThreadState_Next` allow looping over all the thread states for a given
/third_party/python/Doc/c-api/
Dinit.rst1642 .. c:function:: PyThreadState* PyThreadState_Next(PyThreadState *tstate)