send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #...send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #...send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #......_notify(3) mq_notify(2) mq_open(3) mq_open(2) mq_receive(3) mq_timedreceive(2) mq_send(3) mq_timedsend(2) mq_setattr(3) mq_getsetattr(2) mq_timedreceive(3) mq_timedreceive(2) mq…...- _POSIX_TIMEOUTS - _SC_TIMEOUTS The following functions are present: mq_timedreceive () mq_timedsend () pthread_mutex_timedlock () pthread_rwlock_timedrdlock () pthread_rwlock_…...sync() fsync() getmsg() getpmsg() lockf() F_LOCK mq_receive() mq_send() mq_timedreceive() mq_timedsend() msgrcv() msgsnd() msync() nanosleep() open() openat() [Added in POSIX.1-…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…open a message queue NAME mq_open - open a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <fcntl.h> /* For O_* constants */ #include <sys/stat.h> /* For…open a message queue NAME mq_open - open a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <fcntl.h> /* For O_* constants */ #include <sys/stat.h> /* For…receive a message from a message queue NAME mq_receive, mq_timedreceive - receive a message from a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueu…receive a message from a message queue NAME mq_receive, mq_timedreceive - receive a message from a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueu…receive a message from a message queue NAME mq_receive, mq_timedreceive - receive a message from a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueu…close a message queue descriptor NAME mq_close - close a message queue descriptor LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_close(mqd_t mqdes )…register for notification when a message is available NAME mq_notify - register for notification when a message is available LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #in…register for notification when a message is available NAME mq_notify - register for notification when a message is available LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #in…remove a message queue NAME mq_unlink - remove a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_unlink(const char * name ); DESCRIPTIO…remove a message queue NAME mq_unlink - remove a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_unlink(const char * name ); DESCRIPTIO…get/set message queue attributes NAME mq_getsetattr - get/set message queue attributes SYNOPSIS #include <mqueue.h> /* Definition of struct mq_attr */ #include <sys/syscall.h> /* D…...0 mq_getsetattr (2) 2.6.6 mq_notify (2) 2.6.6 mq_open (2) 2.6.6 mq_timedreceive (2) 2.6.6 mq_timedsend (2) 2.6.6 mq_unlink (2) 2.6.6 mremap (2) 2.0 msgctl (2) 2.0 See notes on i…