Searched refs:SIGALL_SET (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 71 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 70 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 71 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 119 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 119 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 120 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 185 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 149 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/src/process/ |
D | posix_spawn.c | 183 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
|