Searched refs:umtx_pi_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.c228 static struct umtx_pi *umtx_pi_alloc(int);
1573 umtx_pi_alloc(int flags) function
1959 new_pi = umtx_pi_alloc(M_NOWAIT);
1962 new_pi = umtx_pi_alloc(M_WAITOK);

Completed in 75 milliseconds