Searched refs:_channelends_add (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 584 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add() function 626 if (_channelends_add(ends, prev, interp, send) == NULL) { in _channelends_associate() 665 end = _channelends_add(ends, prev, interp, 1); in _channelends_close_interpreter() 676 end = _channelends_add(ends, prev, interp, 0); in _channelends_close_interpreter()
|