Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dsigprocmask.cpp47 SigSetConverter new_set; in sigprocmask() local
68 const sigset64_t* new_set, in sigprocmask64()
H A 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()
/aosp12/art/sigchainlib/
H A Dsigchain.cc504 int __sigprocmask(int how, const SigsetType* new_set, SigsetType* old_set, in __sigprocmask()
531 extern "C" int sigprocmask(int how, const sigset_t* new_set, in sigprocmask()
538 extern "C" int sigprocmask64(int how, const sigset64_t* new_set, in sigprocmask64()
/aosp12/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp139 static inline int __rt_sigprocmask(int how, const sigset64_t* new_set, sigset64_t* old_set, in __rt_sigprocmask()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc779 InternTable::UnorderedSet new_set(new_data, /*make_copy_of_data=*/ false, &new_read_count); in RemoveInternTableDuplicates() local
815 /*inout*/InternTable::UnorderedSet* new_set, in RemoveDuplicates()