Searched refs:SIGTIMER_SET (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/time/ |
D | timer_create.c | 48 while (sigwaitinfo(SIGTIMER_SET, &si) < 0); in start() 104 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, SIGTIMER_SET, 0, _NSIG/8); in timer_create()
|
/third_party/musl/porting/linux/user/src/time/ |
D | timer_create.c | 50 while (sigwaitinfo(SIGTIMER_SET, &si) < 0); in start() 106 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, SIGTIMER_SET, 0, _NSIG/8); in timer_create()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 75 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 75 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 78 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 124 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 138 #define SIGTIMER_SET \ macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 137 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 170 #define SIGTIMER_SET \ macro
|