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

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c196 static void futex_queue_requeue(struct futex_queue *, struct futex_queue *,
724 futex_queue_requeue(donated, &fl->fl_writers, UINT_MAX);
880 futex_queue_requeue(struct futex_queue *fqfrom, struct futex_queue *fqto, function
945 futex_queue_requeue(fq, &fw->fw_donated, nwaiters);
1143 futex_queue_requeue(&fc->fc_waiters, &fl->fl_writers, nwaiters);

Completed in 54 milliseconds