Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 - 21 of 21) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_207.cpp70 sigev.sigev_notify = SIGEV_NONE; in Child()
H A DIt_posix_queue_206.cpp59 notification.sigev_notify = SIGEV_NONE; in Child()
/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/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c766 case SIGEV_NONE: in MqSendNotify()
902 if (sigev->sigev_notify != SIGEV_NONE && sigev->sigev_notify != SIGEV_SIGNAL) { in MqNotifyParamCheck()
950 case SIGEV_NONE: in OsMqNotify()
951 mqnotify->notify.sigev_notify = SIGEV_NONE; in OsMqNotify()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h306 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h214 #define SIGEV_NONE 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h216 #define SIGEV_NONE 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h216 #define SIGEV_NONE 1 macro
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_003.cpp110 notification.sigev_notify = SIGEV_NONE; in IpcContainerUnshare()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h325 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.c64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
453 case SIGEV_NONE: in good_sigevent()
669 * The second issue is the SIGEV_NONE timer which may be active but is
681 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
689 * SIGEV_NONE oneshot timers are never queued. Check them in common_timer_get()
699 * When a requeue is pending or this is a SIGEV_NONE timer move the in common_timer_get()
709 * A single shot SIGEV_NONE timer must return 0, when in common_timer_get()
900 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
H A Dposix-cpu-timers.c536 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-timers.c58 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
394 case SIGEV_NONE: in good_sigevent()
633 * 2) The timer is a SIGEV_NONE timer. These timers are never enqueued
643 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
651 * SIGEV_NONE oneshot timers are never queued and therefore in common_timer_get()
666 * is a SIGEV_NONE timer move the expiry time forward by intervals, in common_timer_get()
684 * A single shot SIGEV_NONE timer must return 0, when it is in common_timer_get()
893 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
H A Dposix-cpu-timers.c587 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c792 case SIGEV_NONE: in __do_notify()
1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1405 case SIGEV_NONE: in do_mq_notify()
1406 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c793 case SIGEV_NONE: in __do_notify()
1330 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1404 case SIGEV_NONE: in do_mq_notify()
1405 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c188 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c2677 [SIGEV_NONE] = "none", in show_timer()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c2673 [SIGEV_NONE] = "none", in show_timer()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c286 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()

Completed in 44 milliseconds