Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1701
void
1702
tidhash_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
exit1
Function · 0.85
kern_thr_exit
Function · 0.85
kthread_exit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected