Lines Matching refs:PyInterpreterState
26 static PyInterpreterState *
1285 PyInterpreterState *interp = _get_current(); in _channel_send()
1331 PyInterpreterState *interp = _get_current(); in _channel_recv()
1365 PyInterpreterState *interp = _get_current(); in _channel_drop()
1827 _is_running(PyInterpreterState *interp) in _is_running()
1849 _ensure_not_running(PyInterpreterState *interp) in _ensure_not_running()
1863 _run_script(PyInterpreterState *interp, const char *codestr, in _run_script()
1922 _run_script_in_interpreter(PyInterpreterState *interp, const char *codestr, in _run_script_in_interpreter()
2031 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create()
2062 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_destroy()
2068 PyInterpreterState *current = _get_current(); in interp_destroy()
2108 PyInterpreterState *interp; in interp_list_all()
2145 PyInterpreterState *interp =_get_current(); in interp_get_current()
2185 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_run_string()
2251 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_is_running()
2361 PyInterpreterState *interp; in channel_list_interpreters()