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

Function pop_runnable

src/lib/thread.c:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline struct thread *pop_runnable(void)
76{
77 return pop_thread(&runnable_threads);
78}
79
80static inline struct thread *get_free_thread(void)
81{

Callers 1

scheduleFunction · 0.85

Calls 1

pop_threadFunction · 0.85

Tested by

no test coverage detected