Searched refs:PyInterpreterState_ThreadHead (Results 1 – 13 of 13) sorted by relevance
189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
181 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
903 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()908 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
523 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()1121 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function1544 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter()
441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
1837 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()
816 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
407 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
1044 "PyInterpreterState_ThreadHead"
1141 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
1599 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)