Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching defs:Trap

26 // The Trap class allows a BPF filter program to branch out to user space by
34 class SANDBOX_EXPORT Trap {
37 // user-space. The seccomp policy can request that a trap handler gets
51 // Registers a new trap handler and sets up the appropriate SIGSYS handler
67 // Returns true if a safe trap handler is associated with a
68 // particular trap ID.
84 Trap();
88 ~Trap();
97 static Trap* GetInstance();
111 static Trap* global_trap_;
121 DISALLOW_COPY_AND_ASSIGN(Trap);