Searched refs:futex_queue_sleep (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_futex.c | 198 static int futex_queue_sleep(struct futex_queue *, struct futex_lock *, 440 error = futex_queue_sleep(&fl->fl_readers, fl, &fw, td, in futex_lock_rdlock() 737 error = futex_queue_sleep(&fl->fl_writers, fl, &fw, td, in futex_lock_wrlock() 811 futex_queue_sleep(struct futex_queue *fq, struct futex_lock *fl, in futex_queue_sleep() function 1016 error = futex_queue_sleep(&fc->fc_waiters, fc->fc_lock, &fw, td, in cloudabi_futex_condvar_wait()
|