Searched refs:CLONE_THREAD (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/memcheck/tests/linux/ |
D | stack_switch.c | 25 #ifndef CLONE_THREAD 26 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro 54 …main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL )… in main()
|
/external/strace/xlat/ |
D | clone_flags.h | 26 #if !(defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD)) 27 # define CLONE_THREAD 0x00010000 macro 88 XLAT(CLONE_THREAD),
|
D | unshare_flags.h | 11 #if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD) 12 XLAT(CLONE_THREAD),
|
D | unshare_flags.in | 1 CLONE_THREAD
|
D | clone_flags.in | 9 CLONE_THREAD 0x00010000
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 16 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | clone_test.S | 32 # CLONE_THREAD 0x10000
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | clone_test.S | 32 # CLONE_THREAD 0x10000
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 74 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 113 #ifdef CLONE_THREAD 114 { "CLONE_THREAD", (unsigned long) CLONE_THREAD },
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 350 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 273 By specifying CLONE_THREAD in the flags to clone(), you remain part of 290 NTPL uses thread groups as generated by the CLONE_THREAD flag, which is
|
/external/strace/ |
D | ChangeLog-CVS | 2929 CLONE_THREAD children. 3708 child to our parent if we are a CLONE_THREAD child ourselves.
|
D | ChangeLog | 43331 adding CLONE_THREAD bit to syscall (if needed, we change
|