Searched refs:how (Results 1 – 6 of 6) sorted by relevance
2 sure the compiler knows how to handle dex aliases.
275 extern "C" int sigprocmask(int how, const sigset_t* bionic_new_set, sigset_t* bionic_old_set) { in sigprocmask() argument281 if (how == SIG_BLOCK) { in sigprocmask()303 typedef int (*SigProcMask)(int how, const sigset_t*, sigset_t*); in sigprocmask()305 return linked_sigprocmask(how, new_set_ptr, bionic_old_set); in sigprocmask()
1 Make a hot exception-throwing path to stress test how the trace builder handles
13 - Recommend how to start looking at a heap dump.14 - Say how to enable allocation sites.
8 Every configuration has a "config-*" file that controls how the sources
33 // See variant_map_test.cc for how to completely define a custom map.