Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/
H A Dtime.c49 .sigev_notify = SIGEV_THREAD_ID, in os_timer_create()
/linux/kernel/time/
H A Dposix-timers.c63 /* 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()
/linux/include/uapi/asm-generic/
H A Dsiginfo.h322 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c292 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
/linux/fs/proc/
H A Dbase.c2560 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()