Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/asm-generic/
Dsiginfo.h299 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/linux-4.19.296/fs/proc/
Dbase.c2334 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2335 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()