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

  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 29 SINGLE_THREADED,
49 // SINGLE_THREADED will only sandbox the calling thread. Since it would be a
sandbox_bpf.cc 140 case SeccompLevel::SINGLE_THREADED:
151 CHECK(seccomp_level == SeccompLevel::SINGLE_THREADED ||
167 if (seccomp_level == SeccompLevel::SINGLE_THREADED) {

Completed in 61 milliseconds