Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h438 _asyncio_Task_cancelling_impl(TaskObj *self);
443 return _asyncio_Task_cancelling_impl(self); in _asyncio_Task_cancelling()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c2249 _asyncio_Task_cancelling_impl(TaskObj *self) in _asyncio_Task_cancelling_impl() function