OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
amr.c
197
static kmutex_t
thread_mutex
;
variable in typeref:typename:kmutex_t
495
mutex_init(&
thread_mutex
, MUTEX_DEFAULT, IPL_NONE);
553
mutex_enter(&
thread_mutex
);
555
mutex_exit(&
thread_mutex
);
557
mutex_enter(&
thread_mutex
);
558
cv_wait(&thread_cv, &
thread_mutex
);
559
mutex_exit(&
thread_mutex
);
880
mutex_enter(&
thread_mutex
);
881
cv_timedwait(&thread_cv, &
thread_mutex
, AMR_WDOG_TICKS);
882
mutex_exit(&
thread_mutex
);
[
all
...]
amr.c
197
static kmutex_t
thread_mutex
;
variable in typeref:typename:kmutex_t
495
mutex_init(&
thread_mutex
, MUTEX_DEFAULT, IPL_NONE);
553
mutex_enter(&
thread_mutex
);
555
mutex_exit(&
thread_mutex
);
557
mutex_enter(&
thread_mutex
);
558
cv_wait(&thread_cv, &
thread_mutex
);
559
mutex_exit(&
thread_mutex
);
880
mutex_enter(&
thread_mutex
);
881
cv_timedwait(&thread_cv, &
thread_mutex
, AMR_WDOG_TICKS);
882
mutex_exit(&
thread_mutex
);
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025