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

/freebsd-current/sys/kern/
H A Dkern_umtx.c185 #define umtxq_signal(key, nwake) umtxq_signal_queue((key), (nwake), UMTX_SHARED_QUEUE) macro
1075 umtxq_signal(&key,1);
1256 umtxq_signal(&key,1);
1336 umtxq_signal(&key, n_wake);
1574 umtxq_signal(&key, 1);
1650 umtxq_signal(&key, 1);
1727 umtxq_signal(&key, INT_MAX);
1730 umtxq_signal(&key, 1);
2739 umtxq_signal(&key, 1);
2850 umtxq_signal(
[all...]

Completed in 120 milliseconds