Home
last modified time | relevance | path

Searched refs:mq_notify (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify03.c57 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()
Dmq_notify01.c133 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()
Dmq_notify02.c30 TST_EXP_FAIL(mq_notify(0, &(test->sevp)), test->exp_errno); in run()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D2-1.c60 if (mq_notify(mqdes, &notification) != 0) { in main()
73 if (mq_notify(mqdes, &notification) != -1) { in main()
D9-1.c59 if (mq_notify(mqdes, &notification) != 0) { in main()
72 if (mq_notify(mqdes, &notification) == -1) { in main()
D4-1.c71 if (mq_notify(mqdes, &notification) != 0) { in main()
86 if (mq_notify(mqdes, &notification) != 0) { in main()
D3-1.c72 if (mq_notify(mqdes, &notification) != 0) { in main()
77 if (mq_notify(mqdes, NULL) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the mq_notify function:
D8-1.c44 if (mq_notify(mqdes, &notification) == -1) { in main()
D1-1.c74 if (mq_notify(mqdes, &notification) != 0) { in main()
D5-1.c102 if (mq_notify(mqdes, &notification) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c111 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()
D4-1.c50 if (mq_notify(queue, &se) != -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D4-1-buildonly.c21 err = mq_notify(mqdes, notification); in test_mq_notify_prototype()
/third_party/musl/porting/liteos_a/user/src/mq/
Dmq_notify.c9 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function
/third_party/ltp/include/lapi/syscalls/
Dx86_64.in245 mq_notify 244
370 mq_notify 527
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmqueue.h24 int mq_notify(mqd_t, const struct sigevent *);
/third_party/musl/include/
Dmqueue.h24 int mq_notify(mqd_t, const struct sigevent *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmqueue.h24 int mq_notify(mqd_t, const struct sigevent *);
/third_party/musl/porting/uniproton/kernel/include/
Dmqueue.h24 int mq_notify(mqd_t, const struct sigevent *);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
D20-1.c61 if (mq_notify(queue, &ev) != 0) { in main()
/third_party/musl/libc-test/src/api/
Dmqueue.c23 {int(*p)(mqd_t,const struct sigevent*) = mq_notify;} in f()
/third_party/ltp/testcases/kernel/syscalls/
DMakefile26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
/third_party/musl/porting/linux/user/src/mq/
Dmq_notify.c33 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function
/third_party/musl/src/mq/
Dmq_notify.c37 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() function

123