Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ push_thread
Function
push_thread
src/lib/thread.c:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
static inline void push_thread(struct list_node *head, struct thread *t)
66
{
67
list_append(&t->list_node, head);
68
}
69
70
static inline void push_runnable(struct thread *t)
71
{
Callers
2
push_runnable
Function · 0.85
free_thread
Function · 0.85
Calls
1
list_append
Function · 0.85
Tested by
no test coverage detected