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

Function free_thread

src/lib/thread.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static inline void free_thread(struct thread *t)
98{
99 push_thread(&free_threads, t);
100}
101
102/* The idle thread is ran whenever there isn't anything else that is runnable.
103 * It's sole responsibility is to ensure progress is made by running the timer

Callers 2

terminate_threadFunction · 0.85
threads_initializeFunction · 0.85

Calls 1

push_threadFunction · 0.85

Tested by

no test coverage detected