Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_xxsubinterpretersmodule.c1026 static int _channel_set_closing(struct _channelref *, PyThread_type_lock);
1064 if (_channel_set_closing(ref, channels->mutex) != 0) { in _channels_close()
1205 _channel_set_closing(struct _channelref *ref, PyThread_type_lock mutex) { in _channel_set_closing() function