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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 61 enum SandboxThreadState {
162 // The calling process must specify its current SandboxThreadState, as a way
172 bool StartSandbox(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
224 void InstallFilter(SandboxThreadState thread_state);
sandbox_bpf.cc 438 bool SandboxBPF::StartSandbox(SandboxThreadState thread_state) {
503 void SandboxBPF::InstallFilter(SandboxThreadState thread_state) {
    [all...]

Completed in 1841 milliseconds