Searched defs:old_set (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | sigprocmask.cpp | 55 SigSetConverter old_set; in sigprocmask() local 69 sigset64_t* old_set) __attribute__((__noinline__)) { 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() argument 532 sigset_t* old_set) { in sigprocmask() 539 sigset64_t* old_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() 153 sigset64_t old_set; in ScopedBacktraceSignalBlocker() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 785 InternTable::UnorderedSet old_set( in RemoveInternTableDuplicates() local 814 static void RemoveDuplicates(const InternTable::UnorderedSet& old_set, in RemoveDuplicates()
|