Searched refs:SIGPT_SET (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/src/signal/ |
D | sigaction.c | 45 SIGPT_SET, 0, _NSIG/8); in __libc_sigaction()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 72 #define SIGPT_SET \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 71 #define SIGPT_SET \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 72 #define SIGPT_SET \ macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 120 #define SIGPT_SET \ macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 120 #define SIGPT_SET \ macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 121 #define SIGPT_SET \ macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 150 #define SIGPT_SET \ macro
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 55 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, SIGPT_SET, 0, _NSIG/8); in __init_tp()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaction.c | 316 SIGPT_SET, 0, _NSIG/8); in __libc_sigaction()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 252 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, SIGPT_SET, 0, _NSIG/8); in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 330 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, SIGPT_SET, 0, _NSIG/8); in __pthread_create()
|