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

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddie.h17 #define SANDBOX_DIE(m) playground2::Die::SandboxDie(m, __FILE__, __LINE__) macro
24 // Most users would want to call SANDBOX_DIE() instead, as it logs extra
29 // This method gets called by SANDBOX_DIE(). There is normally no reason
42 // We generally want to run all exit handlers. This means, on SANDBOX_DIE()

Completed in 81 milliseconds