HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_SYSVSEM (Results 51 - 56 of 56) sorted by null

1 23

  /bionic/libc/include/
sched.h 63 #define CLONE_SYSVSEM 0x00040000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 51 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 51 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 51 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
  /external/strace/
process.c 555 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */
580 { CLONE_SYSVSEM, "CLONE_SYSVSEM" },
    [all...]
  /external/kernel-headers/original/linux/
sched.h 19 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */
    [all...]

Completed in 90 milliseconds

1 23