Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h398 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg);
419 return_value = _asyncio_Task_cancel_impl(self, msg); in _asyncio_Task_cancel()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c2194 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg) in _asyncio_Task_cancel_impl() function