OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLONE_CHILD_SETTID
(Results
76 - 98
of
98
) sorted by null
1
2
3
4
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
60
# define
CLONE_CHILD_SETTID
0x01000000 /* Store TID in userlevel buffer in
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
60
# define
CLONE_CHILD_SETTID
0x01000000 /* Store TID in userlevel buffer in
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
60
# define
CLONE_CHILD_SETTID
0x01000000 /* Store TID in userlevel buffer in
/bionic/libc/include/
sched.h
69
#define
CLONE_CHILD_SETTID
0x01000000
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc
79
CLONE_CHILD_SETTID
| CLONE_CHILD_CLEARTID | SIGCHLD,
/external/strace/
process.c
560
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
585
{
CLONE_CHILD_SETTID
,"
CLONE_CHILD_SETTID
" },
649
if ((flags & (CLONE_PARENT_SETTID|
CLONE_CHILD_SETTID
669
if (flags & (
CLONE_CHILD_SETTID
|CLONE_CHILD_CLEARTID))
[
all
...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc
[
all
...]
/external/kernel-headers/original/linux/
sched.h
25
#define
CLONE_CHILD_SETTID
0x01000000 /* set the TID in the child */
842
int __user *set_child_tid; /*
CLONE_CHILD_SETTID
*/
[
all
...]
/external/valgrind/main/memcheck/tests/x86-linux/
scalar.c
556
SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|
CLONE_CHILD_SETTID
|SIGCHLD, x0, x0, x0, x0); FAIL;
[
all
...]
Completed in 165 milliseconds
1
2
3
4