close(void) | Ux::PosixMsg | |
getattr(struct mq_attr *attr) | Ux::PosixMsg | |
mqd | Ux::PosixMsg | [protected] |
notify(const struct sigevent *ep) | Ux::PosixMsg | |
open(const char *name, int flags, mode_t perms=PERM_FILE, struct mq_attr *attr=NULL) | Ux::PosixMsg | |
PosixMsg(mqd_t m=(mqd_t)-1) | Ux::PosixMsg | [inline] |
receive(char *msg, size_t msgsize, unsigned *priorityp=NULL) | Ux::PosixMsg | |
send(const char *msg, size_t msgsize, unsigned priority=0) | Ux::PosixMsg | |
setattr(const struct mq_attr *attr, struct mq_attr *oldattr=NULL) | Ux::PosixMsg | |
timedreceive(char *msg, size_t msgsize, unsigned *priorityp, const struct timespec *tmout) | Ux::PosixMsg | |
timedsend(const char *msg, size_t msgsize, unsigned priority, const struct timespec *tmout) | Ux::PosixMsg | |
unlink(const char *name) | Ux::PosixMsg |