Searched refs:SIGTIMER_SET (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/porting/linux/user/src/time/ |
H A 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/src/time/ |
H A D | timer_create.c | 95 while (sigwaitinfo(SIGTIMER_SET, &si) < 0); in start() 155 __syscall(SYS_rt_sigprocmask, SIG_BLOCK, SIGTIMER_SET, 0, _NSIG/8); in timer_create()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | pthread_impl.h | 75 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | pthread_impl.h | 75 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | pthread_impl.h | 78 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | pthread_impl.h | 124 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 190 #define SIGTIMER_SET \ macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 138 #define SIGTIMER_SET \ macro
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 182 #define SIGTIMER_SET \ macro
|
Completed in 5 milliseconds