HomeSort by relevance Sort by last modified time
    Searched refs:SIGSYSFutexFailure (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h 48 SIGSYSFutexFailure(const struct arch_seccomp_data& args, void* aux);
syscall_parameters_restrictions.cc 263 sandbox->Trap(SIGSYSFutexFailure, NULL),
266 sandbox->Trap(SIGSYSFutexFailure, NULL),
269 sandbox->Trap(SIGSYSFutexFailure, NULL),
272 sandbox->Trap(SIGSYSFutexFailure, NULL),
sigsys_handlers.cc 168 intptr_t SIGSYSFutexFailure(const struct arch_seccomp_data& args,

Completed in 147 milliseconds