OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLONE_CHILD_SETTID
(Results
1 - 25
of
98
) sorted by null
1
2
3
4
/bionic/libc/bionic/
bionic_clone.c
64
if (flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|
CLONE_CHILD_SETTID
)) {
67
if (flags & (CLONE_SETTLS|
CLONE_CHILD_SETTID
)) {
70
if (flags &
CLONE_CHILD_SETTID
) {
/development/ndk/sources/android/libportable/arch-mips/
clone.c
91
if (port_flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|
CLONE_CHILD_SETTID
)) {
94
if (port_flags & (CLONE_SETTLS|
CLONE_CHILD_SETTID
)) {
97
if (port_flags &
CLONE_CHILD_SETTID
) {
/bionic/libc/kernel/common/linux/
sched.h
42
#define
CLONE_CHILD_SETTID
0x01000000
/development/ndk/platforms/android-3/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
23
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
23
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
23
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
Completed in 174 milliseconds
1
2
3
4