MCPcopy Create free account
hub / github.com/F-Stack/f-stack / umtx_thread_exit

Function umtx_thread_exit

freebsd/kern/kern_umtx.c:4556–4561  ·  view source on GitHub ↗

* thread exit hook. */

Source from the content-addressed store, hash-verified

4554 * thread exit hook.
4555 */
4556void
4557umtx_thread_exit(struct thread *td)
4558{
4559
4560 umtx_thread_cleanup(td);
4561}
4562
4563static int
4564umtx_read_uptr(struct thread *td, uintptr_t ptr, uintptr_t *res, bool compat32)

Callers 4

thread_suspend_checkFunction · 0.85
exit1Function · 0.85
sys_thr_exitFunction · 0.85
kthread_exitFunction · 0.85

Calls 1

umtx_thread_cleanupFunction · 0.85

Tested by

no test coverage detected