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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sem.h 26 #define SEM_UNDO 0x1000 /* undo the operation on exit */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sem.h 26 #define SEM_UNDO 0x1000 /* undo the operation on exit */
  /bionic/libc/kernel/uapi/linux/
sem.h 22 #define SEM_UNDO 0x1000
39 struct sem_undo * undo;
  /external/kernel-headers/original/uapi/linux/
sem.h 8 #define SEM_UNDO 0x1000 /* undo the operation on exit */
31 struct sem_undo *undo; /* undo requests on this array */
90 #define SEMUSZ 20 /* sizeof struct sem_undo */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sem.h 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */

Completed in 106 milliseconds