Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h299 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/Linux-v4.19/kernel/time/
Dposix-timers.c83 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
351 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
435 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
Dposix-cpu-timers.c511 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/Linux-v4.19/fs/proc/
Dbase.c2305 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2306 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()