Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython3/Include/cpython/
Dpystate.h181 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython3/Python/
Dtraceback.c903 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
908 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
Dpystate.c523 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()
1121 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
1544 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.c1837 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _is_running()
1946 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _run_script_in_interpreter()
2079 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in interp_destroy()
D_threadmodule.c816 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/cpython3/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
/external/python/cpython3/Doc/c-api/
Dinit.rst1599 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)