Searched refs:queueOther (Results 1 – 1 of 1) sorted by relevance
37 mqd_t queue, queueOther; variable43 queueOther = mq_open(qName, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR, NULL);44 …EXPECT_TRUE(queueOther == (mqd_t)-1) << "ERROR: mq_open() != (mqd_t)-1, queueOther = " << queueOth…