Function arceos_api::task::ax_wait_queue_wake
source · pub fn ax_wait_queue_wake(wq: &AxWaitQueueHandle, count: u32)
Available on crate feature
multitask
only.Expand description
Wakes up one or more tasks in the wait queue.
The maximum number of tasks to wake up is specified by count
. If
count
is u32::MAX
, it will wake up all tasks in the wait queue.