Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc55 bool GetIsInSigHandler(const ucontext_t* ctx) { in GetIsInSigHandler() function
195 if (has_unsafe_traps_ && GetIsInSigHandler(ctx)) { in SigSys()