Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c721 } _PyChannelState; typedef
723 static _PyChannelState *
726 _PyChannelState *chan = PyMem_NEW(_PyChannelState, 1); in _channel_new()
754 _channel_free(_PyChannelState *chan) in _channel_free()
767 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add()
792 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next()
819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter()
841 _channel_close_all(_PyChannelState *chan, int end, int force) in _channel_close_all()
875 _PyChannelState *cha
[all...]

Completed in 3 milliseconds