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

Function ff_adapt_user_thread_exit

lib/ff_compat.c:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void
116ff_adapt_user_thread_exit(void *td)
117{
118 ff_adapt_user_proc_exit((struct thread*)td);
119
120 free(td, M_TEMP);
121}
122
123
124inline void *

Callers 1

ff_sys_exit_threadFunction · 0.85

Calls 2

ff_adapt_user_proc_exitFunction · 0.85
freeFunction · 0.70

Tested by

no test coverage detected