OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_THREAD
(Results
126 - 130
of
130
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
sched.h
31
#define
CLONE_THREAD
0x00010000
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
sched.h
31
#define
CLONE_THREAD
0x00010000
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h
49
# define
CLONE_THREAD
0x00010000 /* Set to add to same thread group. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h
49
# define
CLONE_THREAD
0x00010000 /* Set to add to same thread group. */
/external/strace/
process.c
280
#define
CLONE_THREAD
0x00010000 /* Same thread group? */
[
all
...]
Completed in 51 milliseconds
1
2
3
4
5
6