Home
last modified time | relevance | path

Searched refs:queueOther (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/message_queue/
DIpcMqExceptionTest.cpp37 mqd_t queue, queueOther; variable
43 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…