OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLONE_SYSVSEM
(Results
126 - 135
of
135
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h
34
#define
CLONE_SYSVSEM
0x00040000
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h
63
#define
CLONE_SYSVSEM
0x00040000
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h
63
#define
CLONE_SYSVSEM
0x00040000
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h
63
#define
CLONE_SYSVSEM
0x00040000
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h
63
#define
CLONE_SYSVSEM
0x00040000
/external/strace/
clone.c
17
#define
CLONE_SYSVSEM
0x00040000 /* share system V SEM_UNDO semantics */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h
54
# define
CLONE_SYSVSEM
0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h
54
# define
CLONE_SYSVSEM
0x00040000 /* Set to shared SVID SEM_UNDO semantics. */
/bionic/libc/bionic/
pthread_create.cpp
248
int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD |
CLONE_SYSVSEM
|
Completed in 213 milliseconds
1
2
3
4
5
6