MCPcopy 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
65static inline void push_thread(struct list_node *head, struct thread *t)
66{
67 list_append(&t->list_node, head);
68}
69
70static inline void push_runnable(struct thread *t)
71{

Callers 2

push_runnableFunction · 0.85
free_threadFunction · 0.85

Calls 1

list_appendFunction · 0.85

Tested by

no test coverage detected