Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h185 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython2/Include/
Dpystate.h189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython3/Python/
Dtraceback.c897 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
902 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
Dpystate.c503 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()
1049 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
1468 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter()
/external/python/cpython2/Python/
Dpystate.c441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1825 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _is_running()
1931 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _run_script_in_interpreter()
2060 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in interp_destroy()
D_threadmodule.c779 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
/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/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.rst1478 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)