Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_asynciomodule.c.h135 _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()
/third_party/python/Modules/
D_asynciomodule.c950 _asyncio_Future_add_done_callback_impl(FutureObj *self, PyObject *fn, in _asyncio_Future_add_done_callback_impl() function