Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c1816 static PyObject * task_wakeup(TaskObj *, PyObject *);
1913 (PyCFunction)task_wakeup,
2973 task_wakeup(TaskObj *task, PyObject *o) in task_wakeup() function