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
97
) sorted by null
1
2
3
4
/bionic/libc/bionic/
clone.cpp
53
if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|
CLONE_CHILD_SETTID
|CLONE_CHILD_CLEARTID)) != 0) {
56
if ((flags & (CLONE_SETTLS|
CLONE_CHILD_SETTID
|CLONE_CHILD_CLEARTID)) != 0) {
59
if ((flags & (
CLONE_CHILD_SETTID
|CLONE_CHILD_CLEARTID)) != 0) {
fork.cpp
34
#define FORK_FLAGS (
CLONE_CHILD_SETTID
| CLONE_CHILD_CLEARTID | SIGCHLD)
/development/ndk/platforms/android-3/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h
23
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
sched.h
33
#define
CLONE_CHILD_SETTID
0x01000000
Completed in 664 milliseconds
1
2
3
4