Searched refs:mqueue (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/sys/modules/mqueue/
H A DMakefile7 KMOD= mqueue
/netbsd-current/tests/kernel/
H A Dt_mqueue.c14 #include <mqueue.h>
100 ATF_TC(mqueue); variable
101 ATF_TC_HEAD(mqueue, tc)
105 atf_tc_set_md_var(tc, "descr", "Checks mqueue send/receive");
108 ATF_TC_BODY(mqueue, tc)
135 ATF_TP_ADD_TC(tp, mqueue);
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_mqueue.c47 #include <mqueue.h>
48 #include <compat/include/mqueue.h>
51 "warning: reference to compatibility mq_timedreceive(); include <mqueue.h> to generate correct reference")
53 "warning: reference to compatibility mq_timedsend(); include <mqueue.h> to generate correct reference")
/netbsd-current/sys/sys/
H A Dmqueue.h1 /* $NetBSD: mqueue.h,v 1.16 2011/11/21 04:36:05 christos Exp $ */
32 /* Maximal number of mqueue descriptors, that process could open */
65 /* Maximal length of mqueue name */
76 typedef struct mqueue { struct
96 LIST_ENTRY(mqueue) mq_list;
H A Dfile.h122 struct mqueue *fd_mq; // DTYPE_MQUEUE
193 "0", "file", "socket", "pipe", "kqueue", "misc", "crypto", "mqueue", \
H A DMakefile33 mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
H A Dproc.h86 #include <sys/mqueue.h>
/netbsd-current/include/
H A Dmqueue.h1 /* $NetBSD: mqueue.h,v 1.3.8.1 2008/11/08 21:13:13 christos Exp $ */
39 #include <sys/mqueue.h>
H A DMakefile17 memory.h mntopts.h monetary.h mpool.h mqueue.h \
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dmqueue.d21 * See_Also: $(HTTP pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html, Standard)
22 * Source: $(DRUNTIMESRC core/sys/posix/mqueue.d)
24 module core.sys.posix.mqueue;
/netbsd-current/sys/compat/linux/common/
H A Dlinux_mqueue.c35 #include <sys/mqueue.h>
192 struct mqueue *mq;
242 struct mqueue *mq;
268 struct mqueue *mq;
/netbsd-current/sys/kern/
H A Dsys_mqueue.c36 * Each message queue and its members are protected by mqueue::mq_mtx.
42 * mqueue::mq_mtx
56 #include <sys/mqueue.h>
70 MODULE(MODULE_CLASS_MISC, mqueue, NULL);
81 static LIST_HEAD(, mqueue) mqueue_head __cacheline_aligned;
223 mqueue_destroy(struct mqueue *mq)
245 kmem_free(mq, sizeof(struct mqueue));
270 * mqueue_get: get the mqueue from the descriptor.
307 mqueue_linear_insert(struct mqueue *mq, struct mq_msg *msg)
325 struct mqueue *m
[all...]
/netbsd-current/lib/librt/
H A DMakefile22 MLINKS+= mq.3 mqueue.3
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c108 struct mqueue *mq;
133 struct mqueue *mq;
183 struct mqueue *mq;
419 MODULE(MODULE_CLASS_EXEC, compat_netbsd32_mqueue, "mqueue,compat_netbsd32");
/netbsd-current/usr.bin/fstat/
H A Dmisc.c44 #include <sys/mqueue.h>
204 struct mqueue mq;
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid);
210 (void)printf("* mqueue \"%s\"", mq.mq_name);
/netbsd-current/sys/ddb/
H A Ddb_xxx.c67 #include <sys/mqueue.h>
/netbsd-current/lib/libpthread/
H A Dpthread_cancelstub.c66 #include <mqueue.h>
84 #include <compat/include/mqueue.h>
/netbsd-current/sys/modules/
H A DMakefile131 SUBDIR+= mqueue
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cc52 #include <sys/mqueue.h>
H A Dsanitizer_platform_limits_posix.cc112 #include <mqueue.h>
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp26 #include <sys/mqueue.h>
H A Dsanitizer_platform_limits_posix.cpp138 #include <mqueue.h>
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc95 # include <sys/mqueue.h>
154 #include <mqueue.h>
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_linux.c74 #include <sys/mqueue.h>
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A DMakefile.am281 core/sys/posix/libgen.d core/sys/posix/mqueue.d \

Completed in 207 milliseconds

12