码迷,mamicode.com
首页 > 系统相关 > 详细

linux消息队列的使用及内核实现原理

时间:2016-09-27 17:59:26      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:

mq_receive

NAME
       mq_open - open a message queue

SYNOPSIS
       #include <fcntl.h>           /* For O_* constants */
       #include <sys/stat.h>        /* For mode constants */
       #include <mqueue.h>

       mqd_t mq_open(const char *name, int oflag);
       mqd_t mq_open(const char *name, int oflag, mode_t mode,
                     struct mq_attr *attr);

       Link with -lrt.

 

linux消息队列的使用及内核实现原理

标签:

原文地址:http://www.cnblogs.com/jingzhishen/p/5913629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!