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

/freebsd-10.1-release/sys/kern/
H A Dkern_umtx.c236 #define umtxq_signal(key, nwake) umtxq_signal_queue((key), (nwake), UMTX_SHARED_QUEUE) macro
1008 umtxq_signal(&key,1);
1189 umtxq_signal(&key,1);
1256 ret = umtxq_signal(&key, n_wake);
1435 umtxq_signal(&key,1);
1483 umtxq_signal(&key, 1);
1562 umtxq_signal(&key, INT_MAX);
1565 umtxq_signal(&key, 1);
2390 umtxq_signal(&key, 1);
2490 umtxq_signal(
[all...]

Completed in 85 milliseconds