/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespe… 34 __REDIR(mq_timedreceive, __mq_timedreceive_time64);
|
/third_party/musl/include/ |
D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespe… 34 __REDIR(mq_timedreceive, __mq_timedreceive_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespe… 34 __REDIR(mq_timedreceive, __mq_timedreceive_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespe… 34 __REDIR(mq_timedreceive, __mq_timedreceive_time64);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
D | 11-1.c | 68 if (mq_timedreceive(mqdes, msgrv1, BUFFER, NULL, &ts) != in main() 74 if (mq_timedreceive(mqdes, msgrv2, BUFFER, NULL, &ts) != in main()
|
D | 1-1.c | 65 if (mq_timedreceive(mqdes, msgrv1, BUFFER, &rvprio, &ts) == -1) { in main() 82 if (mq_timedreceive(mqdes, msgrv2, BUFFER, &rvprio, &ts) == -1) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the mq_timedreceive function:
|
D | 7-1.c | 55 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) != -1) { in main()
|
D | 17-1.c | 55 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) == -1) { in main()
|
D | 17-3.c | 56 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) == -1) { in main()
|
D | 14-1.c | 55 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) == -1) { in main()
|
D | 13-1.c | 54 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) == -1) { in main()
|
D | 17-2.c | 56 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) == -1) { in main()
|
D | 10-2.c | 65 if (mq_timedreceive(mqdes, msgrv, BUFFER, &rvprio, &ts) == -1) { in main()
|
D | 10-1.c | 59 if (mq_timedreceive(mqdes, msgrv, BUFFER, &rvprio, &ts) == -1) { in main()
|
D | 15-1.c | 60 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) > 0) { in main()
|
D | 2-1.c | 59 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) > 0) { in main()
|
D | 5-1.c | 67 if (mq_timedreceive(mqdes, msgrv, BUFFER, NULL, &ts) > 0) { in main()
|
/third_party/musl/src/mq/ |
D | mq_receive.c | 5 return mq_timedreceive(mqd, msg, len, prio, 0); in mq_receive()
|
D | mq_timedreceive.c | 8 ssize_t mq_timedreceive(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const s… in mq_timedreceive() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 9-1-buildonly.c | 24 size = mq_timedreceive(mqdes, msgp, msg_len, &msg_prio, &abstime); in test_mq_timedreceive_prototype()
|
/third_party/musl/compat/time32/ |
D | mq_timedreceive_time32.c | 7 return mq_timedreceive(mqd, msg, len, prio, ts32 ? (&(struct timespec){ in __mq_timedreceive_time32()
|
/third_party/musl/libc-test/src/api/ |
D | mqueue.c | 33 …p)(mqd_t,char*restrict,size_t,unsigned*restrict,const struct timespec*restrict) = mq_timedreceive;} in g()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/ |
D | 10-2.c | 62 if (mq_timedreceive(mqdes, msgrv, BUFFER, &rvprio, &ts) == -1) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|