Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ umtx_thread_init
Function
umtx_thread_init
freebsd/kern/kern_umtx.c:4492–4498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4490
#endif
4491
4492
void
4493
umtx_thread_init(struct thread *td)
4494
{
4495
4496
td->td_umtxq = umtxq_alloc();
4497
td->td_umtxq->uq_thread = td;
4498
}
4499
4500
void
4501
umtx_thread_fini(struct thread *td)
Callers
1
thread_init
Function · 0.85
Calls
1
umtxq_alloc
Function · 0.85
Tested by
no test coverage detected