/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_121.cpp | 43 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF01() 64 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF02() 85 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF03() 106 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF04()
|
H A D | It_posix_queue_095.cpp | 63 ret = mq_timedreceive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase() 71 ret = mq_timedreceive(mqueue, msgrv2, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_104.cpp | 62 ret = mq_timedreceive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase() 65 ret = mq_timedreceive(mqueue, msgrv2, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_120.cpp | 43 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF01() 64 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, &pri, &ts); in PthreadF02()
|
H A D | It_posix_queue_133.cpp | 42 ret = mq_timedreceive(g_messageQId, msgRcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &rcdTimeout); in PthreadF01() 61 ret = mq_timedreceive(g_messageQId, msgRcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &rcdTimeout); in PthreadF02()
|
H A D | It_posix_queue_100.cpp | 54 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_108.cpp | 52 ret = mq_timedreceive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_106.cpp | 54 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_110.cpp | 53 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_109.cpp | 53 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_203.cpp | 57 ret = mq_timedreceive(mqueue1, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_048.cpp | 57 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_096.cpp | 61 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_102.cpp | 58 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_103.cpp | 58 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
H A D | It_posix_queue_122.cpp | 45 ret = mq_timedreceive(g_gqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in HwiF01()
|
H A D | It_posix_queue_200.cpp | 61 ret = mq_timedreceive(mqueue, msgrcd, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
|
/kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/ |
H A D | mq_test.c | 89 * @tc.name mq_timedsend and mq_timedreceive function test 123 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &rts); 220 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &rts); 315 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &rts); in PthreadTimedCom() 331 * @tc.name mq_timedsend and mq_timedreceive function test in thread and process 368 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &rts); 396 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &rts); in PthreadAllCom()
|
H A D | mq_exp_test.c | 342 * @tc.name mq_timedreceive function errno for EAGAIN and EBADF test 366 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &ts); 369 ret = mq_timedreceive(NULL, rMsg, getAttr.mq_msgsize, &prio, &ts); 383 ret = mq_timedreceive(NULL, rMsg, getAttr.mq_msgsize, &prio, &ts); 390 ret = mq_timedreceive(NULL, rMsg, getAttr.mq_msgsize, &prio, &ts); 403 * @tc.name mq_timedreceive function errno for EINVAL test 441 ret = mq_timedreceive(queue, rMsg, getAttr.mq_msgsize, &prio, &ts); 445 ret = mq_timedreceive(queue, rMsg, 0, &prio, &ts); 458 * @tc.name mq_timedreceive function errno for ETIMEDOUT test 482 ret = mq_timedreceive(queu [all...] |
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | mqueue.h | 55 ssize_t mq_timedreceive(mqd_t personal, char *__restrict msg, size_t msg_len, \
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue_003.c | 56 ret = mq_timedreceive(mqueue1, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase() 68 * @tc.desc: Test interface mq_timedreceive
|
H A D | It_posix_queue_032.c | 56 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase() 77 * @tc.desc: Test interface mq_timedreceive
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test() 86 perror("mq_timedreceive"); in mqueue_lat_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test() 86 perror("mq_timedreceive"); in mqueue_lat_test()
|
/kernel/liteos_a/compat/posix/include/ |
H A D | mqueue.h | 426 extern ssize_t mq_timedreceive(mqd_t personal, char *msg, size_t msgLen,
|