Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD_ID (Results 1 - 13 of 13) sorted by relevance

/kernel/liteos_a/kernel/base/include/
H A Dlos_signal.h156 #define SIGEV_THREAD_ID 4 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h308 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h216 #define SIGEV_THREAD_ID 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h218 #define SIGEV_THREAD_ID 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h218 #define SIGEV_THREAD_ID 4 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h327 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.c60 * we assume that the new SIGEV_THREAD_ID shares no bits with the other
63 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
65 #error "SIGEV_THREAD_ID must not share bit with other SIGEV values!"
358 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
442 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()
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-timers.c56 /* SIGEV_THREAD_ID cannot share a bit with the other SIGEV values. */
57 #if SIGEV_THREAD_ID != (SIGEV_THREAD_ID & \
59 #error "SIGEV_THREAD_ID must not share bit with other SIGEV values!"
297 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
383 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
H A Dposix-cpu-timers.c587 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/kernel/liteos_a/compat/posix/src/
H A Dtime.c841 if (evp && (evp->sigev_notify != SIGEV_SIGNAL && evp->sigev_notify != SIGEV_THREAD_ID)) { in OsTimerCreate()
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c2689 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2690 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c2685 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2686 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()

Completed in 24 milliseconds