Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1329 _channel_recv(_channels *channels, int64_t id) in _channel_recv() function
2449 PyObject *obj = _channel_recv(&_globals.channels, cid); in channel_recv()