Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 - 25 of 42) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_206.cpp47 notification.sigev_notify = 5; // 5, User-defined signal. in Child()
53 notification.sigev_notify = SIGEV_THREAD; in Child()
59 notification.sigev_notify = SIGEV_NONE; in Child()
90 notification.sigev_notify = SIGEV_SIGNAL; in Child()
H A DIt_posix_queue_207.cpp70 sigev.sigev_notify = SIGEV_NONE; in Child()
H A DIt_posix_queue_205.cpp69 sigev.sigev_notify = SIGEV_SIGNAL; in Child()
H A DIt_posix_queue_209.cpp89 sigev.sigev_notify = SIGEV_SIGNAL; in Child()
H A DIt_posix_queue_208.cpp70 sigev.sigev_notify = SIGEV_SIGNAL; in Child()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_003.cpp88 notification.sigev_notify = 5; /* 5: test data */ in IpcContainerUnshare()
105 notification.sigev_notify = SIGEV_THREAD; in IpcContainerUnshare()
110 notification.sigev_notify = SIGEV_NONE; in IpcContainerUnshare()
/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c757 switch (mqnotify->notify.sigev_notify) { in MqSendNotify()
902 if (sigev->sigev_notify != SIGEV_NONE && sigev->sigev_notify != SIGEV_SIGNAL) { in MqNotifyParamCheck()
906 if (sigev->sigev_notify == SIGEV_SIGNAL && !GOOD_SIGNO(sigev->sigev_signo)) { in MqNotifyParamCheck()
949 switch (sigev->sigev_notify) { in OsMqNotify()
951 mqnotify->notify.sigev_notify = SIGEV_NONE; in OsMqNotify()
956 mqnotify->notify.sigev_notify = SIGEV_SIGNAL; in OsMqNotify()
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c646 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
648 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
791 switch (info->notify.sigev_notify) { in __do_notify()
856 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1404 switch (notification->sigev_notify) { in do_mq_notify()
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c647 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
649 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
792 switch (info->notify.sigev_notify) { in __do_notify()
857 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1330 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1331 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1332 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1334 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1338 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1403 switch (notification->sigev_notify) { in do_mq_notify()
[all...]
/kernel/liteos_a/compat/posix/include/
H A Dtime_posix.h48 int sigev_notify; member
/kernel/linux/linux-5.10/kernel/
H A Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/kernel/linux/linux-6.6/kernel/
H A Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
H A Dtimer_test_004.cpp88 sev.sigev_notify = SIGEV_SIGNAL; in SigInfoTimerTest()
H A Dtimer_test_003.cpp61 sev.sigev_notify = SIGEV_SIGNAL; in SetTimerTest()
H A Dtimer_test_005.cpp70 sev.sigev_notify = SIGEV_THREAD; in TimerTest()
/kernel/liteos_a/testsuites/unittest/security/vid/smoke/
H A Dvid_test_001.cpp54 ent.sigev_notify = SIGEV_SIGNAL; in ChildFunc()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h325 int sigev_notify; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h226 int sigev_notify; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h227 int sigev_notify; member

Completed in 13 milliseconds

12