OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mq_mtx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sys_mqueue.c
36
* Each message queue and its members are protected by mqueue::
mq_mtx
.
42
* mqueue::
mq_mtx
244
mutex_destroy(&mq->
mq_mtx
);
262
mutex_enter(&mq->
mq_mtx
);
295
mutex_enter(&mq->
mq_mtx
);
329
mutex_enter(&mq->
mq_mtx
);
338
mutex_exit(&mq->
mq_mtx
);
350
mutex_enter(&mq->
mq_mtx
);
366
mutex_exit(&mq->
mq_mtx
);
378
mutex_enter(&mq->
mq_mtx
);
[
all
...]
/src/sys/sys/
mqueue.h
78
kmutex_t
mq_mtx
;
member in struct:mqueue
/src/sys/compat/linux/common/
linux_mqueue.c
224
mutex_exit(&mq->
mq_mtx
);
250
mutex_exit(&mq->
mq_mtx
);
293
mutex_exit(&mq->
mq_mtx
);
/src/sys/compat/netbsd32/
netbsd32_mqueue.c
118
mutex_exit(&mq->
mq_mtx
);
158
mutex_exit(&mq->
mq_mtx
);
215
mutex_exit(&mq->
mq_mtx
);
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025