/aosp_15_r20/bionic/libc/bionic/ |
H A D | sigprocmask.cpp | 45 const sigset64_t* new_set, in sigprocmask64() 70 SigSetConverter new_set{bionic_new_set}; in sigprocmask() local
|
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()
|
/aosp_15_r20/art/sigchainlib/ |
H A D | sigchain.cc | 641 int __sigprocmask(int how, const SigsetType* new_set, SigsetType* old_set, in __sigprocmask() 668 extern "C" int sigprocmask(int how, const sigset_t* new_set, in sigprocmask() 675 extern "C" int sigprocmask64(int how, const sigset64_t* new_set, in sigprocmask64()
|
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | host_signal.h | 48 inline void RTSigprocmaskSyscallOrDie(int how, const HostSigset* new_set, HostSigset* old_set) { in RTSigprocmaskSyscallOrDie()
|
/aosp_15_r20/external/strace/tests/ |
H A D | sigprocmask.c | 44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
|
H A D | rt_sigprocmask.c | 43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | sigprocmask.c | 44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
|
H A D | rt_sigprocmask.c | 43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | sigprocmask.c | 44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
|
H A D | rt_sigprocmask.c | 43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_reindex_ssa.cpp | 89 IDSet new_set(program->live.memory); in reindex_ssa() local
|
/aosp_15_r20/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | assoc.c | 83 struct assoc new_set; in _assoc_set() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timer_settime/ |
H A D | timer_settime01.c | 33 static struct tst_its new_set, old_set; variable
|
H A D | timer_settime02.c | 31 static struct tst_its new_set, old_set; variable
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_thread.c | 55 sigset_t saved_set, new_set; in u_thread_create() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_phi_graph.cc | 36 absl::flat_hash_set<HloValue::Id> new_set; in InputsEqualTo() local
|
/aosp_15_r20/trusty/user/app/storage/ |
D | transaction.c | 79 struct block_set* new_set, in transaction_merge_free_sets()
|
/aosp_15_r20/art/runtime/ |
H A D | class_table.cc | 37 ClassSet new_set(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in FreezeSnapshot() local
|
/aosp_15_r20/external/trusty/musl/src/regex/ |
D | regcomp.c | 2022 tre_pos_and_tags_t *new_set; in tre_set_empty() local 2039 tre_pos_and_tags_t *new_set; in tre_set_one() local 2063 tre_pos_and_tags_t *new_set; in tre_set_union() local
|
/aosp_15_r20/external/musl/src/regex/ |
H A D | regcomp.c | 2022 tre_pos_and_tags_t *new_set; in tre_set_empty() local 2039 tre_pos_and_tags_t *new_set; in tre_set_one() local 2063 tre_pos_and_tags_t *new_set; in tre_set_union() local
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | u_thread.h | 111 sigset_t saved_set, new_set; in u_thread_create() local
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | poisson_allocation_sampler.cc | 351 auto new_set = in BalanceAddressesHashSet() local
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 413 auto new_set = in BalanceAddressesHashSet() local
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | malloc_debug.cpp | 231 static inline int __rt_sigprocmask(int how, const sigset64_t* new_set, sigset64_t* old_set, in __rt_sigprocmask()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | frozen_ops_to_mkldnn.cpp | 135 std::unordered_set<Value*> new_set = {output}; in InplaceMKLDNNSubgraph() local
|