Searched refs:SIGEV_THREAD_ID (Results 1 – 4 of 4) sorted by relevance
62 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \327 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()411 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
525 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
306 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
2323 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()2324 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()