Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
void
116
ff_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
124
inline void *
Callers
1
ff_sys_exit_thread
Function · 0.85
Calls
2
ff_adapt_user_proc_exit
Function · 0.85
free
Function · 0.70
Tested by
no test coverage detected