Home
last modified time | relevance | path

Searched refs:futex_queue_init (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_futex.c195 static void futex_queue_init(struct futex_queue *);
332 futex_queue_init(&fc->fc_waiters); in futex_condvar_lookup_or_create()
420 futex_queue_init(&fl->fl_readers); in futex_lock_lookup_locked()
421 futex_queue_init(&fl->fl_writers); in futex_lock_lookup_locked()
768 futex_queue_init(struct futex_queue *fq) in futex_queue_init() function
821 futex_queue_init(&fw->fw_donated); in futex_queue_sleep()
1084 futex_queue_init(&fq); in cloudabi_futex_lock_wrlock()