Searched defs:CLONE_THREAD (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c19 #ifndef CLONE_THREAD
20 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
48 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
/external/strace/
H A Dprocess.c553 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
578 { CLONE_THREAD, "CLONE_THREAD" },
904 if (call_flags & CLONE_THREAD) {
909 !(call_flags & CLONE_THREAD)) {
/external/kernel-headers/original/linux/
H A Dsched.h17 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
458 * thing in threads created with CLONE_THREAD */

Completed in 117 milliseconds