OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_robust_head
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_futex.c
99
l->
l_robust_head
= (uintptr_t)head;
/src/sys/kern/
sys_futex.c
1784
l->
l_robust_head
= (uintptr_t)head;
1977
*headp = (void *)l->
l_robust_head
;
1980
*headp = (void *)l->
l_robust_head
;
2080
if (l->
l_robust_head
== 0)
2086
error = futex_fetch_robust_head(l->
l_robust_head
, rhead);
2110
while (next != l->
l_robust_head
&& limit-- > 0) {
kern_exec.c
1219
if (__predict_false(l->
l_robust_head
!= 0)) {
1226
l->
l_robust_head
= 0;
kern_lwp.c
2187
if (__predict_false(l->
l_robust_head
!= 0)) {
/src/sys/sys/
lwp.h
142
uintptr_t
l_robust_head
; /* !: list of robust futexes */
member in struct:lwp
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025