Searched refs:SIGEV_THREAD_ID (Results 1 – 5 of 5) sorted by relevance
75 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \426 shared = !(timr->it_sigev_notify & SIGEV_THREAD_ID); in posix_timer_event()510 if ((event->sigev_notify & SIGEV_THREAD_ID ) && in good_sigevent()513 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()516 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()749 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()760 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()770 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()868 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
470 if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { in alarm_handle_timer()
528 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
271 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
2212 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()2213 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()