Searched refs:PyInterpreterState_Next (Results 1 – 5 of 5) sorted by relevance
196 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
502 interp = PyInterpreterState_Next(interp); in interp_look_up_id()1178 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next() function
2130 interp = PyInterpreterState_Next(interp); in interp_list_all()2393 interp = PyInterpreterState_Next(interp); in channel_list_interpreters()
1067 :c:func:`PyInterpreterState_Next` let a caller walk through all the existing
1630 .. c:function:: PyInterpreterState* PyInterpreterState_Next(PyInterpreterState *interp)