Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_futex.c266 static void futex_unlock(struct futex *);
314 futex_unlock(f); in futex_put()
333 futex_unlock(f); in futex_put()
363 futex_unlock(tmpf); in futex_get0()
481 futex_unlock(struct futex *f) in futex_unlock() function