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

Function tidhash_remove

freebsd/kern/kern_thread.c:1701–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1699}
1700
1701void
1702tidhash_remove(struct thread *td)
1703{
1704
1705 rw_wlock(TIDHASHLOCK(td->td_tid));
1706 LIST_REMOVE(td, td_hash);
1707 rw_wunlock(TIDHASHLOCK(td->td_tid));
1708}

Callers 3

exit1Function · 0.85
kern_thr_exitFunction · 0.85
kthread_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected