Home
last modified time | relevance | path

Searched refs:CLONE_SYSVSEM (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch32 - CLONE_SYSVSEM;
37 - CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID;
44 + CLONE_THREAD | CLONE_SYSVSEM;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h18 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h18 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h56 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h56 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dnsproxy.c175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
H A Dfork.c2927 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags()
3041 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dunshare.rst283 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c2292 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()