Searched refs:SIGALL_SET (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | pthread_impl.h | 71 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A 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/ |
H A D | pthread_impl.h | 74 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | pthread_impl.h | 120 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/src/process/ |
H A D | posix_spawn.c | 188 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 186 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 134 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn.c | 184 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 178 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
|
Completed in 4 milliseconds