OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fx_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_futex.c
172
union futex_key
fx_key
;
member in struct:futex
228
const union futex_key *fka = &fa->
fx_key
;
250
return compare_futex_key(cookie, fa, &fb->
fx_key
);
263
const union futex_key *fka = &fa->
fx_key
;
275
return compare_futex_shared_key(cookie, fa, &fb->
fx_key
);
465
f->
fx_key
= *fk;
495
futex_key_fini(&f->
fx_key
, f->fx_shared);
sys_futex.c
172
union futex_key
fx_key
;
member in struct:futex
228
const union futex_key *fka = &fa->
fx_key
;
250
return compare_futex_key(cookie, fa, &fb->
fx_key
);
263
const union futex_key *fka = &fa->
fx_key
;
275
return compare_futex_shared_key(cookie, fa, &fb->
fx_key
);
465
f->
fx_key
= *fk;
495
futex_key_fini(&f->
fx_key
, f->fx_shared);
Completed in 27 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025