OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_CHILD_CLEARTID
(Results
26 - 48
of
48
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
sched.h
30
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
20
#define
CLONE_CHILD_CLEARTID
0x00200000 /* clear the TID in the child */
/bionic/libc/include/
sched.h
66
#define
CLONE_CHILD_CLEARTID
0x00200000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
55
# define
CLONE_CHILD_CLEARTID
0x00200000 /* Register exit futex and memory
/external/strace/
process.c
517
#define
CLONE_CHILD_CLEARTID
0x00200000 /* clear the TID in the child */
536
{
CLONE_CHILD_CLEARTID
,"
CLONE_CHILD_CLEARTID
" },
595
|
CLONE_CHILD_CLEARTID
|CLONE_SETTLS)) == 0)
614
if (flags & (CLONE_CHILD_SETTID|
CLONE_CHILD_CLEARTID
))
[
all
...]
/external/kernel-headers/original/linux/
sched.h
22
#define
CLONE_CHILD_CLEARTID
0x00200000 /* clear the TID in the child */
843
int __user *clear_child_tid; /*
CLONE_CHILD_CLEARTID
*/
[
all
...]
Completed in 283 milliseconds
1
2