Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c75 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
419 shared = !(timr->it_sigev_notify & SIGEV_THREAD_ID); in posix_timer_event()
503 if ((event->sigev_notify & SIGEV_THREAD_ID ) && in good_sigevent()
506 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()
509 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()
742 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
753 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()
763 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
861 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
Dalarmtimer.c473 if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { in alarm_handle_timer()
Dposix-cpu-timers.c505 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h271 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/linux-4.1.27/fs/proc/
Dbase.c2016 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2017 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()