MCPcopy Create free account
hub / github.com/coreboot/coreboot / thread_resume_from_timeout

Function thread_resume_from_timeout

src/lib/thread.c:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static void thread_resume_from_timeout(struct timeout_callback *tocb)
194{
195 struct thread *to;
196
197 to = tocb->priv;
198 schedule(to);
199}
200
201static void idle_thread_init(void)
202{

Callers

nothing calls this directly

Calls 1

scheduleFunction · 0.85

Tested by

no test coverage detected