Searched refs:futex_queue_requeue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_futex.c | 196 static void futex_queue_requeue(struct futex_queue *, struct futex_queue *, 724 futex_queue_requeue(donated, &fl->fl_writers, UINT_MAX); in futex_lock_wrlock() 880 futex_queue_requeue(struct futex_queue *fqfrom, struct futex_queue *fqto, in futex_queue_requeue() function 945 futex_queue_requeue(fq, &fw->fw_donated, nwaiters); in futex_queue_wake_up_donate() 1143 futex_queue_requeue(&fc->fc_waiters, &fl->fl_writers, nwaiters); in cloudabi_sys_condvar_signal()
|