Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h197 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/third_party/python/Python/
Dtraceback.c923 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
928 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
Dpystate.c570 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()
1183 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
1685 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1829 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _is_running()
1936 PyThreadState *new_tstate = PyInterpreterState_ThreadHead(interp); in _run_script_in_interpreter()
1952 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _run_script_in_interpreter()
2086 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in interp_destroy()
D_threadmodule.c855 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in local_clear()
/third_party/python/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
/third_party/python/Doc/c-api/
Dinit.rst1636 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)