Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h361 _asyncio_Task__make_cancelled_error_impl(TaskObj *self);
366 return _asyncio_Task__make_cancelled_error_impl(self); in _asyncio_Task__make_cancelled_error()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c2158 _asyncio_Task__make_cancelled_error_impl(TaskObj *self) in _asyncio_Task__make_cancelled_error_impl() function