os_sched_wakeup

int
os_sched_wakeup(struct os_task *t)

Called to make task ready to run. If task is sleeping, it is woken up.

Arguments

ArgumentsDescription
tPointer to task

Returned values

Returns 0 on success.

Notes

Example