Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dumtxvar.h226 int umtx_pi_drop(struct thread *, struct umtx_key *, bool, int *);
/freebsd/sys/compat/linux/
H A Dlinux_futex.c592 error = umtx_pi_drop(td, &key, rb, &count); in linux_futex_unlock_pi()
/freebsd/sys/kern/
H A Dkern_umtx.c2152 umtx_pi_drop(struct thread *td, struct umtx_key *key, bool rb, int *count) in umtx_pi_drop() function
2478 error = umtx_pi_drop(td, &key, rb, &count); in do_unlock_pi()