MCPcopy 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
4492void
4493umtx_thread_init(struct thread *td)
4494{
4495
4496 td->td_umtxq = umtxq_alloc();
4497 td->td_umtxq->uq_thread = td;
4498}
4499
4500void
4501umtx_thread_fini(struct thread *td)

Callers 1

thread_initFunction · 0.85

Calls 1

umtxq_allocFunction · 0.85

Tested by

no test coverage detected