Searched refs:CLONE_SYSVSEM (Results 1 – 7 of 7) 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
17 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
132 CLONE_SYSVSEM; in RestrictCloneToThreadsAndEPERMFork()137 CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; in RestrictCloneToThreadsAndEPERMFork()
110 #ifdef CLONE_SYSVSEM111 { "CLONE_SYSVSEM", (unsigned long) CLONE_SYSVSEM },