Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsys_futex.c1828 release_futex(uintptr_t const uptr, lwpid_t const tid, bool const is_pi, in release_futex() argument
2029 bool * const is_pi) in futex_decode_robust_word() argument
2031 *is_pi = (word & _FUTEX_ROBUST_ENTRY_PI) ? true : false; in futex_decode_robust_word()
2043 bool * const is_pi) in futex_fetch_robust_entry() argument
2061 futex_decode_robust_word(val, valp, is_pi); in futex_fetch_robust_entry()
2098 bool is_pi, pending_is_pi; in futex_release_all_lwp() local
2101 &next, &is_pi); in futex_release_all_lwp()
2113 release_futex(next + offset, l->l_lid, is_pi, false); in futex_release_all_lwp()
2114 error = futex_fetch_robust_entry(next, &next, &is_pi); in futex_release_all_lwp()