MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / awaken_task

Method awaken_task

src/task/exec.rs:127–131  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125impl TaskWaker
126{
127 fn awaken_task(&self)
128 {
129 self.taskq.push(self.taskid)
130 .expect("[ERR] TASKQ FULL");
131 }
132
133 fn new(taskid: TaskID, taskq: Arc<ArrayQueue<TaskID>>) -> Waker
134 {

Callers 2

wakeMethod · 0.80
wake_by_refMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected