Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c560 future_set_exception(FutureObj *fut, PyObject *exc) in future_set_exception() function
948 return future_set_exception(self, exception); in _asyncio_Future_set_exception()
2753 o = future_set_exception((FutureObj*)task, ev); in task_step_impl()