Searched refs:SIGEV_THREAD_ID (Results 1 – 4 of 4) sorted by relevance
322 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
64 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \413 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()533 if (new_timer->it_sigev_notify & SIGEV_THREAD_ID) in do_timer_create()
291 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
2551 seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID], in show_timer()2552 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()