Home
last modified time | relevance | path

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

12

/aosp_15_r20/bionic/libc/bionic/
H A Dsigprocmask.cpp45 const sigset64_t* new_set, in sigprocmask64()
70 SigSetConverter new_set{bionic_new_set}; in sigprocmask() local
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()
/aosp_15_r20/art/sigchainlib/
H A Dsigchain.cc641 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/
Dhost_signal.h48 inline void RTSigprocmaskSyscallOrDie(int how, const HostSigset* new_set, HostSigset* old_set) { in RTSigprocmaskSyscallOrDie()
/aosp_15_r20/external/strace/tests/
H A Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
H A Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/aosp_15_r20/external/strace/tests-mx32/
H A Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
H A Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/aosp_15_r20/external/strace/tests-m32/
H A Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
H A Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_reindex_ssa.cpp89 IDSet new_set(program->live.memory); in reindex_ssa() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/pd-mapper/
Dassoc.c83 struct assoc new_set; in _assoc_set() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c33 static struct tst_its new_set, old_set; variable
H A Dtimer_settime02.c31 static struct tst_its new_set, old_set; variable
/aosp_15_r20/external/mesa3d/src/util/
H A Du_thread.c55 sigset_t saved_set, new_set; in u_thread_create() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_phi_graph.cc36 absl::flat_hash_set<HloValue::Id> new_set; in InputsEqualTo() local
/aosp_15_r20/trusty/user/app/storage/
Dtransaction.c79 struct block_set* new_set, in transaction_merge_free_sets()
/aosp_15_r20/art/runtime/
H A Dclass_table.cc37 ClassSet new_set(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in FreezeSnapshot() local
/aosp_15_r20/external/trusty/musl/src/regex/
Dregcomp.c2022 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 Dregcomp.c2022 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 Du_thread.h111 sigset_t saved_set, new_set; in u_thread_create() local
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dpoisson_allocation_sampler.cc351 auto new_set = in BalanceAddressesHashSet() local
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc413 auto new_set = in BalanceAddressesHashSet() local
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp231 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 Dfrozen_ops_to_mkldnn.cpp135 std::unordered_set<Value*> new_set = {output}; in InplaceMKLDNNSubgraph() local

12