Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h287 _asyncio_Future__make_cancelled_error_impl(FutureObj *self);
292 return _asyncio_Future__make_cancelled_error_impl(self); in _asyncio_Future__make_cancelled_error()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c1393 _asyncio_Future__make_cancelled_error_impl(FutureObj *self) in _asyncio_Future__make_cancelled_error_impl() function
2162 return _asyncio_Future__make_cancelled_error_impl(fut); in _asyncio_Task__make_cancelled_error_impl()