Home
last modified time | relevance | path

Searched refs:SIGALL_SET (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h71 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h70 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h71 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/src/internal/
Dpthread_impl.h119 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h119 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h120 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c185 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h149 #define SIGALL_SET ((sigset_t *)(const unsigned long long [2]){ -1,-1 }) macro
/third_party/musl/src/process/
Dposix_spawn.c183 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()