Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c526 _channelend_find(_channelend *first, int64_t interp, _channelend **pprev) in _channelend_find() function
620 _channelend *end = _channelend_find(send ? ends->send : ends->recv, in _channelends_associate()
666 end = _channelend_find(ends->send, interp, &prev); in _channelends_close_interpreter()
677 end = _channelend_find(ends->recv, interp, &prev); in _channelends_close_interpreter()
1406 _channelend *end = _channelend_find(send ? chan->ends->send : chan->ends->recv, in _channel_is_associated()

Completed in 4 milliseconds