Searched refs:msg_queue (Results 1 – 1 of 1) sorted by relevance
43 static void remove_notification(mqueue_object *msg_queue);44 static void remove_mq(mqueue_object *msg_queue);61 mqueue_object *msg_queue; in mq_open() local91 msg_queue = find_in_list(name); in mq_open()94 if ((msg_queue != NULL) && (oflags & O_CREAT) != 0 && in mq_open()101 if ((msg_queue == NULL) && (oflags & O_CREAT) == 0) { in mq_open()117 if (msg_queue == NULL) { in mq_open()128 msg_queue = (mqueue_object *)mq_obj_ptr; in mq_open()129 msg_queue->mem_obj = mq_obj_ptr; in mq_open()138 msg_queue->name = mq_name_ptr; in mq_open()[all …]