Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ __thread_exit
Function
__thread_exit
freebsd/contrib/openzfs/module/os/linux/spl/spl-thread.c:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void
66
__thread_exit(void)
67
{
68
tsd_exit();
69
complete_and_exit(NULL, 0);
70
/* Unreachable */
71
}
72
EXPORT_SYMBOL(__thread_exit);
73
74
/*
Callers
nothing calls this directly
Calls
1
tsd_exit
Function · 0.85
Tested by
no test coverage detected