Searched refs:CLONE_SYSVSEM (Results 1 – 8 of 8) sorted by relevance
32 #if !(defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM))33 # define CLONE_SYSVSEM 0x00040000 macro90 XLAT(CLONE_SYSVSEM),
29 #if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)30 XLAT(CLONE_SYSVSEM),
7 CLONE_SYSVSEM
11 CLONE_SYSVSEM 0x00040000
67 #ifndef CLONE_SYSVSEM68 #define CLONE_SYSVSEM 0x00040000 macro
18 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
52 {CLONE_SYSVSEM, KCMP_SYSVSEM}
110 #ifdef CLONE_SYSVSEM111 { "CLONE_SYSVSEM", (unsigned long) CLONE_SYSVSEM },