Home
last modified time | relevance | path

Searched refs:_channelend_find (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_xxsubinterpretersmodule.c522 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() function
616 _channelend *end = _channelend_find(send ? ends->send : ends->recv, in _channelends_associate()
662 end = _channelend_find(ends->send, interp, &prev); in _channelends_close_interpreter()
673 end = _channelend_find(ends->recv, interp, &prev); in _channelends_close_interpreter()
1402 _channelend *end = _channelend_find(send ? chan->ends->send : chan->ends->recv, in _channel_is_associated()