Searched defs:new_set (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | sigprocmask.cpp | 47 SigSetConverter new_set; in sigprocmask() local 68 const sigset64_t* new_set, in sigprocmask64()
|
H A D | signal.cpp | 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()
|
/aosp12/art/sigchainlib/ |
H A D | sigchain.cc | 504 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 D | malloc_debug.cpp | 139 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 D | image_space.cc | 779 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()
|