MCPcopy Create free account
hub / github.com/f9micro/f9-kernel / sched_dequeue

Function sched_dequeue

kernel/sched.c:158–201  ·  view source on GitHub ↗

* Dequeue thread from ready queue. * Must be called before thread enters blocked state. * IRQ-safe: protects critical section from interrupt corruption. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

ipc_fastpath_helperFunction · 0.85
set_kernel_stateFunction · 0.85
__svc_handlerFunction · 0.85
sched_set_priorityFunction · 0.85
thread_destroyFunction · 0.85
thread_priority_inheritFunction · 0.85

Calls 4

sched_is_queuedFunction · 0.85
irq_kernel_critical_exitFunction · 0.85
sched_link_initFunction · 0.85

Tested by

no test coverage detected