/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify03.c | 57 TST_EXP_PASS(mq_notify(m, &sev)); in try_null_dereference() 58 TST_EXP_PASS(mq_notify(m, NULL)); in try_null_dereference() 64 TST_EXP_PASS(mq_notify(m, &sev)); in try_null_dereference()
|
D | mq_notify01.c | 133 if (tc->already_registered && mq_notify(*tc->fd, &ev) == -1) { in do_test() 138 TEST(mq_notify(*tc->fd, &ev)); in do_test() 150 mq_notify(*tc->fd, NULL); in do_test()
|
D | mq_notify02.c | 30 TST_EXP_FAIL(mq_notify(0, &(test->sevp)), test->exp_errno); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
D | 2-1.c | 60 if (mq_notify(mqdes, ¬ification) != 0) { in main() 73 if (mq_notify(mqdes, ¬ification) != -1) { in main()
|
D | 9-1.c | 59 if (mq_notify(mqdes, ¬ification) != 0) { in main() 72 if (mq_notify(mqdes, ¬ification) == -1) { in main()
|
D | 4-1.c | 71 if (mq_notify(mqdes, ¬ification) != 0) { in main() 86 if (mq_notify(mqdes, ¬ification) != 0) { in main()
|
D | 3-1.c | 72 if (mq_notify(mqdes, ¬ification) != 0) { in main() 77 if (mq_notify(mqdes, NULL) != 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the mq_notify function:
|
D | 8-1.c | 44 if (mq_notify(mqdes, ¬ification) == -1) { in main()
|
D | 1-1.c | 74 if (mq_notify(mqdes, ¬ification) != 0) { in main()
|
D | 5-1.c | 102 if (mq_notify(mqdes, ¬ification) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
D | 2-1.c | 111 if (mq_notify(queue, &se)) { in parent_process() 180 if (!mq_notify(queue, &se)) { in child_process() 197 rval = mq_notify(queue, &se); in child_process()
|
D | 4-1.c | 50 if (mq_notify(queue, &se) != -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 4-1-buildonly.c | 21 err = mq_notify(mqdes, notification); in test_mq_notify_prototype()
|
/third_party/musl/porting/liteos_a/user/src/mq/ |
D | mq_notify.c | 9 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | x86_64.in | 245 mq_notify 244 370 mq_notify 527
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | mqueue.h | 24 int mq_notify(mqd_t, const struct sigevent *);
|
/third_party/musl/include/ |
D | mqueue.h | 24 int mq_notify(mqd_t, const struct sigevent *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | mqueue.h | 24 int mq_notify(mqd_t, const struct sigevent *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | mqueue.h | 24 int mq_notify(mqd_t, const struct sigevent *);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 20-1.c | 61 if (mq_notify(queue, &ev) != 0) { in main()
|
/third_party/musl/libc-test/src/api/ |
D | mqueue.c | 23 {int(*p)(mqd_t,const struct sigevent*) = mq_notify;} in f()
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/third_party/musl/porting/linux/user/src/mq/ |
D | mq_notify.c | 33 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function
|
/third_party/musl/src/mq/ |
D | mq_notify.c | 37 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function
|