Searched refs:_asyncio_Future_cancel_impl (Results 1 – 2 of 2) sorted by relevance
190 _asyncio_Future_cancel_impl(FutureObj *self, PyObject *msg);211 return_value = _asyncio_Future_cancel_impl(self, msg); in _asyncio_Future_cancel()
1087 _asyncio_Future_cancel_impl(FutureObj *self, PyObject *msg) in _asyncio_Future_cancel_impl() function