Home
last modified time | relevance | path

Searched defs:new_set (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dsigprocmask.cpp45 const sigset64_t* new_set, in sigprocmask64()
70 SigSetConverter new_set{bionic_new_set}; in sigprocmask() local
Dsignal.cpp49 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()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp231 static inline int __rt_sigprocmask(int how, const sigset64_t* new_set, sigset64_t* old_set, in __rt_sigprocmask()