HomeSort by relevance Sort by last modified time
    Searched defs:SECCOMP_FILTER_FLAG_TSYNC (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
seccomp.h 30 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0)
  /external/kernel-headers/original/uapi/linux/
seccomp.h 21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0)
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 138 #ifndef SECCOMP_FILTER_FLAG_TSYNC
139 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0)
    [all...]
  /external/minijail/
libminijail.c 67 #ifndef SECCOMP_FILTER_FLAG_TSYNC
68 # define SECCOMP_FILTER_FLAG_TSYNC 1
903 SECCOMP_FILTER_FLAG_TSYNC, NULL) == -1) {
    [all...]

Completed in 87 milliseconds