Searched refs:SIGEV_THREAD (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch | 20 The struct allocated for !SIGEV_THREAD timers only requires two 'int' 23 although the resulting size is suffice for !SIGEV_THREAD time, accessing 27 the timer if a SIGEV_THREAD in the returned 'timer_t'. For 28 !SIGEV_THREAD, the resulting 'timer_t' is the returned kernel timer 29 identifer (kernel_timer_t), while for SIGEV_THREAD it uses the fact 32 'timer_t' to indicate the timer handles a SIGEV_THREAD. 34 It allows to remove the memory allocation for !SIGEV_THREAD and also 60 +/* Internal representation of SIGEV_THREAD timer. */ 73 - /* Parameters for the thread to be started for SIGEV_THREAD. */ 78 /* Next element in list of active SIGEV_THREAD timers. */ [all …]
|
| /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 D | sigevent-consts.h | 33 SIGEV_THREAD, /* Deliver via thread creation. */ enumerator 34 # define SIGEV_THREAD SIGEV_THREAD 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 D | sigevent-consts.h | 33 SIGEV_THREAD, /* Deliver via thread creation. */ enumerator 34 # define SIGEV_THREAD SIGEV_THREAD macro
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 829 case SIGEV_THREAD: in __do_notify() 856 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification() 1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify() 1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify() 1408 case SIGEV_THREAD: in do_mq_notify() 1413 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify() 1582 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
|
| /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 D | siginfo.h | 305 #define SIGEV_THREAD 2 /* deliver via thread creation */ 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 D | siginfo.h | 305 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 307 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD)) 444 case SIGEV_THREAD: in good_sigevent()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 2460 [SIGEV_THREAD] = "thread", in show_timer()
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 3295 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()
|
| /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/share/info/ |
| H A D | libc.info-6 | 3485 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’. In 3561 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’ in
|
| /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/share/info/ |
| H A D | libc.info-6 | 3485 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’. In 3561 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’ in
|