Lines Matching defs:interp

491     int64_t interp;  member
496 _channelend_new(int64_t interp) in _channelend_new()
526 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find()
588 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add()
617 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate()
661 _channelends_close_interpreter(_channelends *ends, int64_t interp, int which) in _channelends_close_interpreter()
767 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add()
792 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next()
819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter()
1289 PyInterpreterState *interp = _get_current(); in _channel_send() local
1335 PyInterpreterState *interp = _get_current(); in _channel_recv() local
1369 PyInterpreterState *interp = _get_current(); in _channel_drop() local
1395 _channel_is_associated(_channels *channels, int64_t cid, int64_t interp, in _channel_is_associated()
1831 _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()
2016 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create() local
2047 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_destroy() local
2093 PyInterpreterState *interp; in interp_list_all() local
2130 PyInterpreterState *interp =_get_current(); in interp_get_current() local
2170 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_run_string() local
2236 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_is_running() local
2346 PyInterpreterState *interp; in channel_list_interpreters() local