Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
A Dsiginfo.h322 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/linux/kernel/time/
A Dposix-timers.c57 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
304 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_queue_signal()
384 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
/linux/tools/testing/selftests/timers/
A Dposix_timers.c291 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
/linux/fs/proc/
A Dbase.c2559 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2560 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()

Completed in 18 milliseconds