Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_2.c60 mqd_t mq2 = *(mqd_t *) mq; in send_2() local
64 if (-1 == mq_send(mq2, s_msg_ptr[i], MSG_SIZE, i)) { in send_2()
94 mqd_t mq2 = *(mqd_t *) mq; in receive_2() local
98 if (-1 == mq_receive(mq2, r_msg_ptr_2[i], MSG_SIZE, NULL)) { in receive_2()
111 mqd_t mq1 = 0, mq2 = 0; in main() local
124 if ((mq2 = mq_open(MQ_NAME_2, oflag, 0777, &mqstat)) == (mqd_t)-1) { in main()
129 pthread_create(&send2, NULL, (void *)send_2, (void *)&mq2); in main()
131 pthread_create(&rev2, NULL, (void *)receive_2, (void *)&mq2); in main()
138 mq_close(mq2); in main()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Ddecodebin.c622 GstElement *mq0, *mq1, *mq2; in GST_START_TEST() local
638 mq2 = gst_element_factory_make ("multiqueue", NULL); in GST_START_TEST()
642 fail_unless (gst_bin_add (GST_BIN (decodebin), mq2)); in GST_START_TEST()
676 gst_element_post_message (mq2, gst_message_new_buffering (GST_OBJECT (mq2), in GST_START_TEST()
686 gst_element_post_message (mq2, gst_message_new_buffering (GST_OBJECT (mq2), in GST_START_TEST()
/third_party/boost/libs/interprocess/test/
Dmessage_queue_test.cpp50 mq2 in test_priority_order() local
142 message_queue mq2(open_only, test::get_process_id_name()); in test_serialize_db() local
181 mq2.receive( &buffer_destiny[total_recvd] in test_serialize_db()