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

/external/valgrind/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/xlat/
H A Dclone_flags.h26 #if !(defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD))
27 # define CLONE_THREAD 0x00010000 macro
88 XLAT(CLONE_THREAD),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h15 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro

Completed in 145 milliseconds