Home
last modified time | relevance | path

Searched refs:umtxq_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
Dumtx.h232 struct umtx_q *umtxq_alloc(void);
/freebsd-10-stable/sys/kern/
Dkern_umtx.c405 umtxq_alloc(void) in umtxq_alloc() function
4054 td->td_umtxq = umtxq_alloc(); in umtx_thread_init()