Home
last modified time | relevance | path

Searched refs:umtx_thread_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
HDumtxvar.h234 void umtx_thread_alloc(struct thread *);
/freebsd-13-stable/sys/kern/
HDkern_thread.c363 umtx_thread_alloc(td); in thread_ctor()
HDkern_umtx.c5060 umtx_thread_alloc(struct thread *td) in umtx_thread_alloc() function