Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_asynciomodule.c.h423 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg);
444 return_value = _asyncio_Task_cancel_impl(self, msg); in _asyncio_Task_cancel()
/third_party/python/Modules/
D_asynciomodule.c2201 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg) in _asyncio_Task_cancel_impl() function