摘要: NAMEmq_setattr- 设置消息队列的属性(REALTIME)SYNOPSIS#include int mq_setattr(mqd_t mqdes, const struct mq_attr *restrict mqstat, struct mq_attr *restrict omqsta... 阅读全文
posted @ 2014-04-13 22:12 LubinLew 阅读(1304) 评论(0) 推荐(0) 编辑
摘要: NAMEmq_getattr- 获取消息队列的属性(REALTIME)SYNOPSIS#include int mq_getattr(mqd_t mqdes, struct mq_attr *mqstat);Date StructureAnmq_attrstructure shall have at... 阅读全文
posted @ 2014-04-13 21:52 LubinLew 阅读(1885) 评论(0) 推荐(0) 编辑
摘要: NAMEmq_unlink- 销毁一个消息队列 (REALTIME)SYNOPSIS#include int mq_unlink(const char *name);DESCRIPTION函数mq_unlink() 会从内核中删除名为name的消息队列.如果该函数被调用了,但是仍然有进程已经打开了这... 阅读全文
posted @ 2014-04-13 19:48 LubinLew 阅读(2414) 评论(0) 推荐(0) 编辑