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

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c214 futex_address_create(struct futex_address *fa, struct thread *td, function
268 error = futex_address_create(&fa_condvar, td, address, scope);
298 error = futex_address_create(&fa_condvar, td, condvar, condvar_scope);
301 error = futex_address_create(&fa_lock, td, lock, lock_scope);
393 error = futex_address_create(&fa, td, address, scope);

Completed in 48 milliseconds