Searched defs:How (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/esan/
H A Dworking_set_posix.cpp58 bool processWorkingSetSigprocmask(int How, void *Set, void *OldSet) { argument
64 if (Set && (How == SIG_BLOCK || How == SIG_SETMASK)) {
H A Desan.cpp88 bool processSigprocmask(int How, void *Set, void *OldSet) { argument
90 return processWorkingSetSigprocmask(How, Set, OldSet);

Completed in 129 milliseconds