Searched refs:PyInterpreterState_ThreadHead (Results 1 – 12 of 12) sorted by relevance
189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
446 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
883 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()888 tstate = PyInterpreterState_ThreadHead(interp); in _Py_DumpTracebackThreads()
339 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref()828 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
407 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
1044 "PyInterpreterState_ThreadHead"
777 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
1141 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and
1391 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)