MCPcopy Index your code
hub / github.com/F-Stack/f-stack / kthread_exit

Function kthread_exit

lib/ff_compat.c:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void
173kthread_exit(void)
174{
175 panic("kthread_exit unsupported");
176}
177
178void
179tdsignal(struct thread *td, int sig)

Callers

nothing calls this directly

Calls 1

panicFunction · 0.70

Tested by

no test coverage detected