Searched refs:PyInterpreterState_ThreadHead (Results 1 – 6 of 6) sorted by relevance
189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
407 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
1044 "PyInterpreterState_ThreadHead"
1137 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and