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

Lines Matching refs:Trap

21 // The Trap class allows a BPF filter program to branch out to user space by
29 class SANDBOX_EXPORT Trap {
32 // user-space. The seccomp policy can request that a trap handler gets
46 // Registers a new trap handler and sets up the appropriate SIGSYS handler
62 // Returns the ErrorCode associate with a particular trap id.
77 Trap();
81 ~Trap();
90 static Trap* GetInstance();
104 static Trap* global_trap_;
114 DISALLOW_COPY_AND_ASSIGN(Trap);