Searched refs:PyInterpreterState_ThreadHead (Results 1 – 13 of 13) sorted by relevance
185 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
897 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()902 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
503 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()1049 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function1468 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter()
441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
1825 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()
779 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
1478 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)