Lines Matching defs:interp
487 int64_t interp; member
492 _channelend_new(int64_t interp) in _channelend_new()
522 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find()
584 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add()
613 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate()
657 _channelends_close_interpreter(_channelends *ends, int64_t interp, int which) in _channelends_close_interpreter()
763 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add()
788 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next()
815 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter()
1285 PyInterpreterState *interp = _get_current(); in _channel_send() local
1331 PyInterpreterState *interp = _get_current(); in _channel_recv() local
1365 PyInterpreterState *interp = _get_current(); in _channel_drop() local
1391 _channel_is_associated(_channels *channels, int64_t cid, int64_t interp, in _channel_is_associated()
1835 _is_running(PyInterpreterState *interp) in _is_running()
1857 _ensure_not_running(PyInterpreterState *interp) in _ensure_not_running()
1871 _run_script(PyInterpreterState *interp, const char *codestr, in _run_script()
1930 _run_script_in_interpreter(PyInterpreterState *interp, const char *codestr, in _run_script_in_interpreter()
2024 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create() local
2055 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_destroy() local
2101 PyInterpreterState *interp; in interp_list_all() local
2138 PyInterpreterState *interp =_get_current(); in interp_get_current() local
2178 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_run_string() local
2244 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_is_running() local
2354 PyInterpreterState *interp; in channel_list_interpreters() local