Searched refs:task_wakeup (Results 1 – 1 of 1) sorted by relevance
1816 static PyObject * task_wakeup(TaskObj *, PyObject *);1913 (PyCFunction)task_wakeup,2973 task_wakeup(TaskObj *task, PyObject *o) in task_wakeup() function