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

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c194 static unsigned int futex_queue_count(const struct futex_queue *);
255 KASSERT(fc->fc_waitcount >= futex_queue_count(&fc->fc_waiters),
360 if (futex_queue_count(&fc->fc_waiters) != 0)
379 (futex_queue_count(&fl->fl_readers) == 0 &&
380 futex_queue_count(&fl->fl_writers) == 0),
444 KASSERT(futex_queue_count(&fw.fw_donated) == 0,
474 if (futex_queue_count(&fl->fl_readers) == 0 &&
475 futex_queue_count(&fl->fl_writers) == 0) {
668 if (futex_queue_count(&fl->fl_writers) > 0) {
670 if (futex_queue_count(
761 futex_queue_count(const struct futex_queue *fq) function
[all...]

Completed in 54 milliseconds