Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
172
void
173
kthread_exit(void)
174
{
175
panic(
"kthread_exit unsupported"
);
176
}
177
178
void
179
tdsignal(struct thread *td, int sig)
Callers
nothing calls this directly
Calls
1
panic
Function · 0.70
Tested by
no test coverage detected