Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
static inline struct thread *pop_runnable(void)
76
{
77
return pop_thread(&runnable_threads);
78
}
79
80
static inline struct thread *get_free_thread(void)
81
{
Callers
1
schedule
Function · 0.85
Calls
1
pop_thread
Function · 0.85
Tested by
no test coverage detected