Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c837 _channel_close_all(_PyChannelState *chan, int end, int force) in _channel_close_all() function
1053 if (_channel_close_all(ref->chan, end, force) != 0) { in _channels_close()