OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fx_abortcv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_futex.c
183
kcondvar_t
fx_abortcv
;
member in struct:futex
359
cv_init(&f->
fx_abortcv
, "fqabort");
380
cv_wait(&f->
fx_abortcv
, &f->fx_abortlock);
408
cv_destroy(&f->
fx_abortcv
);
904
cv_broadcast(&f->
fx_abortcv
);
sys_futex.c
183
kcondvar_t
fx_abortcv
;
member in struct:futex
359
cv_init(&f->
fx_abortcv
, "fqabort");
380
cv_wait(&f->
fx_abortcv
, &f->fx_abortlock);
408
cv_destroy(&f->
fx_abortcv
);
904
cv_broadcast(&f->
fx_abortcv
);
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025