Searched refs:how (Results 1 – 10 of 10) sorted by relevance
/art/sigchainlib/ |
D | sigchain.cc | 422 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()
|
D | sigchain_test.cc | 52 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/ |
D | info.txt | 2 sure the compiler knows how to handle dex aliases.
|
/art/test/991-field-trace-2/ |
D | info.txt | 3 This test specifically examines how the runtime responds to exceptions occurring
|
/art/test/081-hot-exceptions/ |
D | info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/art/test/664-aget-verifier/ |
D | info.txt | 1 Tests how the verifier handles aget on an array that was initially null.
|
/art/ |
D | .vpython | 22 # Read more about `vpython` and how to modify this file here:
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 3 ForceRedefine is a JVMTI agent designed for testing how redefiniton affects running processes. It
|
/art/cmdline/ |
D | README.md | 33 // See variant_map_test.cc for how to completely define a custom map.
|
/art/test/ |
D | Android.bp | 380 // many problems with how we export headers that are making doing this the 'right' way
|