Home
last modified time | relevance | path

Searched refs:it_sigev_notify (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/kernel/time/
Dposix-timers.c304 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_queue_signal()
487 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
491 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
644 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
908 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
Dposix-cpu-timers.c626 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in posix_cpu_timer_set()
738 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in __posix_cpu_timer_get()
/linux-6.12.1/include/linux/
Dposix-timers.h171 int it_sigev_notify; member
/linux-6.12.1/fs/proc/
Dbase.c2552 notify = timer->it_sigev_notify; in show_timer()