OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_pi
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sys_futex.c
1828
release_futex(uintptr_t const uptr, lwpid_t const tid, bool const
is_pi
,
2029
bool * const
is_pi
)
2031
*
is_pi
= (word & _FUTEX_ROBUST_ENTRY_PI) ? true : false;
2043
bool * const
is_pi
)
2061
futex_decode_robust_word(val, valp,
is_pi
);
2098
bool
is_pi
, pending_is_pi;
local
2101
&next, &
is_pi
);
2113
release_futex(next + offset, l->l_lid,
is_pi
, false);
2114
error = futex_fetch_robust_entry(next, &next, &
is_pi
);
Completed in 15 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026