Searched refs:SIGEV_THREAD_ID (Results 1 – 5 of 5) sorted by relevance
49 .sigev_notify = SIGEV_THREAD_ID, in os_timer_create()
63 /* SIGEV_THREAD_ID cannot share a bit with the other SIGEV values. */64 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \66 #error "SIGEV_THREAD_ID must not share bit with other SIGEV values!"397 case SIGEV_SIGNAL | SIGEV_THREAD_ID:517 if (new_timer->it_sigev_notify & SIGEV_THREAD_ID) in do_timer_create()
322 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
292 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
2560 seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID], in show_timer()2561 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()