Home
last modified time | relevance | path

Searched refs:SIGEV_SIGNAL (Results 1 - 25 of 27) sorted by relevance

12

/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c758 case SIGEV_SIGNAL: 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()
953 case SIGEV_SIGNAL: in OsMqNotify()
956 mqnotify->notify.sigev_notify = SIGEV_SIGNAL; in OsMqNotify()
H A Dtime.c841 if (evp && (evp->sigev_notify != SIGEV_SIGNAL && evp->sigev_notify != SIGEV_THREAD_ID)) { in OsTimerCreate()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
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()
H A DIt_posix_queue_206.cpp90 notification.sigev_notify = SIGEV_SIGNAL; in Child()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
/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_001.cpp77 sev.sigev_notify = SIGEV_SIGNAL; 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.h301 * userspace, libpthread transmuting it to SIGEV_SIGNAL, which the
305 #define SIGEV_SIGNAL 0 /* notify via signal */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h213 #define SIGEV_SIGNAL 0 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h215 #define SIGEV_SIGNAL 0 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h215 #define SIGEV_SIGNAL 0 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h320 * userspace, libpthread transmuting it to SIGEV_SIGNAL, which the
324 #define SIGEV_SIGNAL 0 /* notify via signal */ macro
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.c64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
442 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
448 case SIGEV_SIGNAL: in good_sigevent()
545 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-timers.c58 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
383 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
389 case SIGEV_SIGNAL: in good_sigevent()
490 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c648 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
794 case SIGEV_SIGNAL: { in __do_notify()
1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1415 case SIGEV_SIGNAL: in do_mq_notify()
1418 info->notify.sigev_notify = SIGEV_SIGNAL; in do_mq_notify()
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c649 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
795 case SIGEV_SIGNAL: { in __do_notify()
1331 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1334 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1414 case SIGEV_SIGNAL: in do_mq_notify()
1417 info->notify.sigev_notify = SIGEV_SIGNAL; in do_mq_notify()

Completed in 20 milliseconds

12