Searched defs:new_set (Results 1 – 3 of 3) sorted by relevance
45 const sigset64_t* new_set, in sigprocmask64()70 SigSetConverter new_set{bionic_new_set}; in sigprocmask() local
49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask()54 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64()
231 static inline int __rt_sigprocmask(int how, const sigset64_t* new_set, sigset64_t* old_set, in __rt_sigprocmask()