Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h322 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/linux-6.15/kernel/time/
H A Dposix-timers.c64 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
413 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
533 if (new_timer->it_sigev_notify & SIGEV_THREAD_ID) in do_timer_create()
/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c291 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
/linux-6.15/fs/proc/
H A Dbase.c2551 seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2552 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()