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

Function sched_yield

kernel/sched.c:208–249  ·  view source on GitHub ↗

* Yield current thread's timeslice. * Rotates thread to back of its priority queue for round-robin. * 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

nothing calls this directly

Calls 5

thread_currentFunction · 0.85
sched_is_queuedFunction · 0.85
irq_kernel_critical_exitFunction · 0.85
dbg_printfFunction · 0.85

Tested by

no test coverage detected