Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsigevent-consts.h36 SIGEV_THREAD_ID = 4 /* Send signal to specific thread. enumerator
38 #define SIGEV_THREAD_ID SIGEV_THREAD_ID macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsigevent-consts.h36 SIGEV_THREAD_ID = 4 /* Send signal to specific thread. enumerator
38 #define SIGEV_THREAD_ID SIGEV_THREAD_ID macro
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c63 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
353 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
437 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
H A Dposix-cpu-timers.c536 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsiginfo.h306 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsiginfo.h306 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsiginfo.h308 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2471 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2472 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()