Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython3/Include/
Dpystate.h446 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython3/Python/
Dtraceback.c883 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
888 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
Dpystate.c339 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()
828 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
/external/python/cpython2/Python/
Dpystate.c441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
/external/python/cpython2/Modules/
Dthreadmodule.c407 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
/external/python/cpython2/PC/os2emx/
Dpython27.def1044 "PyInterpreterState_ThreadHead"
/external/python/cpython3/Modules/
D_threadmodule.c777 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
/external/python/cpython2/Doc/c-api/
Dinit.rst1141 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
/external/python/cpython3/Doc/c-api/
Dinit.rst1391 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)