PATH:
usr
/
include
/* Copyright (C) 2004-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _MQUEUE_H #define _MQUEUE_H 1 #include <features.h> #include <sys/types.h> #include <fcntl.h> #include <bits/types/sigevent_t.h> #include <bits/types/struct_timespec.h> /* Get the definition of mqd_t and struct mq_attr. */ #include <bits/mqueue.h> __BEGIN_DECLS /* Establish connection between a process and a message queue NAME and return message queue descriptor or (mqd_t) -1 on error. OFLAG determines the type of access used. If O_CREAT is on OFLAG, the third argument is taken as a `mode_t', the mode of the created message queue, and the fourth argument is taken as `struct mq_attr *', pointer to message queue attributes. If the fourth argument is NULL, default attributes are used. */ extern mqd_t mq_open (const char *__name, int __oflag, ...) __THROW __nonnull ((1)); /* Removes the association between message queue descriptor MQDES and its message queue. */ extern int mq_close (mqd_t __mqdes) __THROW; /* Query status and attributes of message queue MQDES. */ extern int mq_getattr (mqd_t __mqdes, struct mq_attr *__mqstat) __THROW __nonnull ((2)); /* Set attributes associated with message queue MQDES and if OMQSTAT is not NULL also query its old attributes. */ extern int mq_setattr (mqd_t __mqdes, const struct mq_attr *__restrict __mqstat, struct mq_attr *__restrict __omqstat) __THROW __nonnull ((2)); /* Remove message queue named NAME. */ extern int mq_unlink (const char *__name) __THROW __nonnull ((1)); /* Register notification issued upon message arrival to an empty message queue MQDES. */ extern int mq_notify (mqd_t __mqdes, const struct sigevent *__notification) __THROW; /* Receive the oldest from highest priority messages in message queue MQDES. */ extern ssize_t mq_receive (mqd_t __mqdes, char *__msg_ptr, size_t __msg_len, unsigned int *__msg_prio) __nonnull ((2)); /* Add message pointed by MSG_PTR to message queue MQDES. */ extern int mq_send (mqd_t __mqdes, const char *__msg_ptr, size_t __msg_len, unsigned int __msg_prio) __nonnull ((2)); #ifdef __USE_XOPEN2K /* Receive the oldest from highest priority messages in message queue MQDES, stop waiting if ABS_TIMEOUT expires. */ extern ssize_t mq_timedreceive (mqd_t __mqdes, char *__restrict __msg_ptr, size_t __msg_len, unsigned int *__restrict __msg_prio, const struct timespec *__restrict __abs_timeout) __nonnull ((2, 5)); /* Add message pointed by MSG_PTR to message queue MQDES, stop blocking on full message queue if ABS_TIMEOUT expires. */ extern int mq_timedsend (mqd_t __mqdes, const char *__msg_ptr, size_t __msg_len, unsigned int __msg_prio, const struct timespec *__abs_timeout) __nonnull ((2, 5)); #endif /* Define some inlines helping to catch common problems. */ #if __USE_FORTIFY_LEVEL > 0 && defined __fortify_function \ && defined __va_arg_pack_len # include <bits/mqueue2.h> #endif __END_DECLS #endif /* mqueue.h */
[+]
..
[-] argz.h
[edit]
[-] utmp.h
[edit]
[-] gdfontt.h
[edit]
[-] ar.h
[edit]
[-] gpgrt.h
[edit]
[-] setjmp.h
[edit]
[-] libaio.h
[edit]
[-] a.out.h
[edit]
[-] ndbm.h
[edit]
[+]
lzma
[+]
libxml2
[-] getopt.h
[edit]
[-] math.h
[edit]
[+]
drm
[-] libgen.h
[edit]
[-] gd_color_map.h
[edit]
[+]
security
[+]
video
[-] values.h
[edit]
[-] execinfo.h
[edit]
[-] dlfcn.h
[edit]
[-] err.h
[edit]
[-] grp.h
[edit]
[-] fpu_control.h
[edit]
[+]
et
[+]
GL
[+]
c++
[-] ttyent.h
[edit]
[+]
fontconfig
[-] iconv.h
[edit]
[-] autosprintf.h
[edit]
[-] gd_io.h
[edit]
[-] inttypes.h
[edit]
[-] wordexp.h
[edit]
[-] gcrypt.h
[edit]
[-] gd.h
[edit]
[-] memory.h
[edit]
[-] error.h
[edit]
[-] menu.h
[edit]
[-] elf.h
[edit]
[-] mntent.h
[edit]
[+]
X11
[+]
netrose
[+]
asm-generic
[-] pcre.h
[edit]
[-] verto.h
[edit]
[-] nss.h
[edit]
[-] gdfontmb.h
[edit]
[-] cursesapp.h
[edit]
[+]
google
[-] zconf.h
[edit]
[-] tiffio.hxx
[edit]
[+]
sound
[-] signal.h
[edit]
[-] stdint.h
[edit]
[-] libintl.h
[edit]
[-] gdcache.h
[edit]
[-] dbm.h
[edit]
[-] gdfonts.h
[edit]
[+]
mysql
[-] printf.h
[edit]
[-] proc_service.h
[edit]
[-] malloc.h
[edit]
[-] com_err.h
[edit]
[+]
bind9
[-] numacompat1.h
[edit]
[-] termcap.h
[edit]
[-] mcheck.h
[edit]
[-] idn-int.h
[edit]
[-] cursslk.h
[edit]
[-] tiffconf.h
[edit]
[+]
sys
[+]
rdma
[-] netdb.h
[edit]
[-] zlib.h
[edit]
[+]
sepol
[-] alloca.h
[edit]
[-] search.h
[edit]
[-] termios.h
[edit]
[-] expat.h
[edit]
[+]
ext2fs
[-] pnglibconf.h
[edit]
[-] entities.h
[edit]
[-] gdfx.h
[edit]
[+]
ncurses
[-] strings.h
[edit]
[-] pty.h
[edit]
[-] errno.h
[edit]
[-] features.h
[edit]
[-] verto-module.h
[edit]
[-] jpeglib.h
[edit]
[+]
netpacket
[-] gettext-po.h
[edit]
[-] ncurses_dll.h
[edit]
[+]
json-c
[-] stringprep.h
[edit]
[+]
bsock
[-] cpuidle.h
[edit]
[-] regex.h
[edit]
[-] cpio.h
[edit]
[-] pcre_stringpiece.h
[edit]
[-] fenv.h
[edit]
[-] expat_config.h
[edit]
[-] expat_external.h
[edit]
[+]
nfs
[-] idna.h
[edit]
[+]
lua-5.1
[+]
xen
[-] ftw.h
[edit]
[-] utmpx.h
[edit]
[+]
arpa
[-] pcre_scanner.h
[edit]
[-] numa.h
[edit]
[-] fstab.h
[edit]
[-] byteswap.h
[edit]
[-] pcreposix.h
[edit]
[-] form.h
[edit]
[-] fts.h
[edit]
[-] fnmatch.h
[edit]
[-] evrpc.h
[edit]
[+]
netash
[-] limits.h
[edit]
[+]
mtd
[-] regexp.h
[edit]
[-] numaif.h
[edit]
[-] utime.h
[edit]
[-] cursesp.h
[edit]
[-] gdpp.h
[edit]
[-] gdbm.h
[edit]
[-] lzma.h
[edit]
[-] thread_db.h
[edit]
[-] ulimit.h
[edit]
[-] nc_tparm.h
[edit]
[+]
netrom
[+]
gnu
[-] panel.h
[edit]
[-] shadow.h
[edit]
[-] pthread.h
[edit]
[-] krb5.h
[edit]
[-] glob.h
[edit]
[-] pcre2.h
[edit]
[-] stdlib.h
[edit]
[-] syslog.h
[edit]
[+]
protobuf-c
[-] ltdl.h
[edit]
[-] re_comp.h
[edit]
[-] threads.h
[edit]
[-] tgmath.h
[edit]
[+]
lve
[+]
event2
[-] krad.h
[edit]
[-] sched.h
[edit]
[-] jmorecfg.h
[edit]
[+]
rpc
[-] png.h
[edit]
[-] dirent.h
[edit]
[-] wctype.h
[edit]
[-] langinfo.h
[edit]
[-] gnu-versions.h
[edit]
[+]
finclude
[-] uchar.h
[edit]
[+]
python3.12
[+]
asm
[-] stab.h
[edit]
[-] term_entry.h
[edit]
[-] pwd.h
[edit]
[-] complex.h
[edit]
[+]
net
[-] eti.h
[edit]
[+]
perf
[+]
selinux
[-] stdio.h
[edit]
[-] paths.h
[edit]
[-] tiffio.h
[edit]
[+]
libpng16
[-] etip.h
[edit]
[-] kdb.h
[edit]
[-] nl_types.h
[edit]
[+]
libxslt
[-] assert.h
[edit]
[-] jconfig.h
[edit]
[+]
e2p
[-] ncurses.h
[edit]
[-] syscall.h
[edit]
[-] unctrl.h
[edit]
[+]
neteconet
[-] evdns.h
[edit]
[-] fstrm.h
[edit]
[-] gconv.h
[edit]
[-] time.h
[edit]
[-] tiffconf-64.h
[edit]
[+]
linux
[-] pcre2posix.h
[edit]
[-] gssapi.h
[edit]
[-] sgtty.h
[edit]
[+]
netipx
[-] bzlib.h
[edit]
[+]
ncursesw
[+]
webp
[+]
gssrpc
[-] link.h
[edit]
[-] pcrecpp.h
[edit]
[-] termio.h
[edit]
[-] cursesw.h
[edit]
[+]
netinet
[-] gshadow.h
[edit]
[-] pngconf.h
[edit]
[+]
misc
[-] ifaddrs.h
[edit]
[-] poll.h
[edit]
[-] stdio_ext.h
[edit]
[-] fmtmsg.h
[edit]
[+]
bits
[-] cursesm.h
[edit]
[-] wait.h
[edit]
[-] tiffvers.h
[edit]
[-] argp.h
[edit]
[-] tic.h
[edit]
[-] jpegint.h
[edit]
[-] pcrecpparg.h
[edit]
[+]
netatalk
[-] lastlog.h
[edit]
[+]
protocols
[-] monetary.h
[edit]
[+]
netax25
[-] endian.h
[edit]
[-] idn-free.h
[edit]
[-] resolv.h
[edit]
[-] gd_errors.h
[edit]
[-] jerror.h
[edit]
[+]
scsi
[+]
gssapi
[+]
openssl
[-] jconfig-64.h
[edit]
[-] term.h
[edit]
[-] stdc-predef.h
[edit]
[-] gdfontg.h
[edit]
[-] keyutils.h
[edit]
[+]
python3.6m
[+]
fstrm
[+]
netiucv
[-] locale.h
[edit]
[+]
xcb
[-] fcntl.h
[edit]
[-] string.h
[edit]
[-] gpg-error.h
[edit]
[+]
uuid
[-] unistd.h
[edit]
[-] aliases.h
[edit]
[-] semaphore.h
[edit]
[-] curses.h
[edit]
[-] tiff.h
[edit]
[-] tld.h
[edit]
[-] gdfontl.h
[edit]
[-] ctype.h
[edit]
[+]
gdbm
[+]
kadm5
[-] tar.h
[edit]
[-] spawn.h
[edit]
[-] gnumake.h
[edit]
[-] evhttp.h
[edit]
[-] pr29.h
[edit]
[-] ieee754.h
[edit]
[+]
proftpd
[-] sysexits.h
[edit]
[-] envz.h
[edit]
[-] punycode.h
[edit]
[-] aio.h
[edit]
[-] cursesf.h
[edit]
[-] evutil.h
[edit]
[-] wchar.h
[edit]
[+]
libltdl
[-] ucontext.h
[edit]
[-] crypt.h
[edit]
[-] mqueue.h
[edit]
[-] profile.h
[edit]
[+]
krb5
[+]
libexslt
[-] FlexLexer.h
[edit]
[-] obstack.h
[edit]
[+]
python2.7
[-] event.h
[edit]
[+]
freetype2