OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgmutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sysv_msg.c
84
kmutex_t
msgmutex
; /* subsystem lock */
variable in typeref:typename:kmutex_t
164
mutex_init(&
msgmutex
, MUTEX_DEFAULT, IPL_NONE);
179
mutex_enter(&
msgmutex
);
182
mutex_exit(&
msgmutex
);
200
mutex_exit(&
msgmutex
);
201
mutex_destroy(&
msgmutex
);
233
mutex_enter(&
msgmutex
);
235
mutex_exit(&
msgmutex
);
248
cv_wait(&msg_realloc_cv, &
msgmutex
);
264
mutex_exit(&
msgmutex
);
[
all
...]
sysv_msg.c
84
kmutex_t
msgmutex
; /* subsystem lock */
variable in typeref:typename:kmutex_t
164
mutex_init(&
msgmutex
, MUTEX_DEFAULT, IPL_NONE);
179
mutex_enter(&
msgmutex
);
182
mutex_exit(&
msgmutex
);
200
mutex_exit(&
msgmutex
);
201
mutex_destroy(&
msgmutex
);
233
mutex_enter(&
msgmutex
);
235
mutex_exit(&
msgmutex
);
248
cv_wait(&msg_realloc_cv, &
msgmutex
);
264
mutex_exit(&
msgmutex
);
[
all
...]
Completed in 89 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025