Searched refs:TaskObj (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | _asynciomodule.c.h | 319 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, 352 return_value = _asyncio_Task___init___impl((TaskObj *)self, coro, loop, name); in _asyncio_Task___init__() 371 _asyncio_Task__make_cancelled_error_impl(TaskObj *self); 374 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error() 388 _asyncio_Task__repr_info_impl(TaskObj *self); 391 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info() 423 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg); 426 _asyncio_Task_cancel(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Task_cancel() 478 _asyncio_Task_get_stack_impl(TaskObj *self, PyObject *limit); 481 _asyncio_Task_get_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Task_get_stack() [all …]
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 88 } TaskObj; typedef 92 TaskObj *sw_task; 1815 static int task_call_step_soon(TaskObj *, PyObject *); 1816 static PyObject * task_wakeup(TaskObj *, PyObject *); 1817 static PyObject * task_step(TaskObj *, PyObject *); 1891 TaskStepMethWrapper_new(TaskObj *task, PyObject *arg) in TaskStepMethWrapper_new() 2016 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl() 2066 TaskObj_clear(TaskObj *task) in TaskObj_clear() 2077 TaskObj_traverse(TaskObj *task, visitproc visit, void *arg) in TaskObj_traverse() 2088 TaskObj_get_log_destroy_pending(TaskObj *task, void *Py_UNUSED(ignored)) in TaskObj_get_log_destroy_pending() [all …]
|