MCPcopy 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
65void
66__thread_exit(void)
67{
68 tsd_exit();
69 complete_and_exit(NULL, 0);
70 /* Unreachable */
71}
72EXPORT_SYMBOL(__thread_exit);
73
74/*

Callers

nothing calls this directly

Calls 1

tsd_exitFunction · 0.85

Tested by

no test coverage detected