Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_xxsubinterpretersmodule.c707 struct _channel_closing;
716 struct _channel_closing *closing;
1200 struct _channel_closing { struct
1217 chan->closing = PyMem_NEW(struct _channel_closing, 1); in _channel_set_closing() argument
1241 struct _channel_closing *closing = chan->closing; in _channel_finish_closing()