pub fn wake_interruptible(task: Arc<TaskControlBlock>)
Expand description

This function will drop task from interruptible_queue and push it into ready_queue. The task will be scheduled if everything goes well.

Attention

This function won’t change task_status, you should change it manully to insure consistency.