Home
last modified time | relevance | path

Searched refs:how (Results 1 – 10 of 10) sorted by relevance

/art/sigchainlib/
Dsigchain.cc422 int __sigprocmask(int how, const SigsetType* new_set, SigsetType* old_set, in __sigprocmask() argument
426 return linked(how, new_set, old_set); in __sigprocmask()
434 if (how == SIG_BLOCK || how == SIG_SETMASK) { in __sigprocmask()
446 return linked(how, new_set_ptr, old_set); in __sigprocmask()
449 extern "C" int sigprocmask(int how, const sigset_t* new_set, in sigprocmask() argument
452 return __sigprocmask(how, new_set, old_set, linked_sigprocmask); in sigprocmask()
456 extern "C" int sigprocmask64(int how, const sigset64_t* new_set, in sigprocmask64() argument
459 return __sigprocmask(how, new_set, old_set, linked_sigprocmask64); in sigprocmask64()
Dsigchain_test.cc52 static int RealSigprocmask(int how, const sigset64_t* new_sigset, sigset64_t* old_sigset) { in RealSigprocmask() argument
54 return syscall(__NR_rt_sigprocmask, how, new_sigset, old_sigset, NSIG/8); in RealSigprocmask()
/art/test/575-checker-string-init-alias/
Dinfo.txt2 sure the compiler knows how to handle dex aliases.
/art/test/991-field-trace-2/
Dinfo.txt3 This test specifically examines how the runtime responds to exceptions occurring
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/test/664-aget-verifier/
Dinfo.txt1 Tests how the verifier handles aget on an array that was initially null.
/art/
D.vpython22 # Read more about `vpython` and how to modify this file here:
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md3 ForceRedefine is a JVMTI agent designed for testing how redefiniton affects running processes. It
/art/cmdline/
DREADME.md33 // See variant_map_test.cc for how to completely define a custom map.
/art/test/
DAndroid.bp380 // many problems with how we export headers that are making doing this the 'right' way