Searched refs:_asyncio_Future_add_done_callback_impl (Results 1 – 2 of 2) sorted by relevance
135 _asyncio_Future_add_done_callback_impl(FutureObj *self, PyObject *fn,159 return_value = _asyncio_Future_add_done_callback_impl(self, fn, context); in _asyncio_Future_add_done_callback()
950 _asyncio_Future_add_done_callback_impl(FutureObj *self, PyObject *fn, in _asyncio_Future_add_done_callback_impl() function