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/kernel-headers/original/uapi/linux/
H A Dsched.h15 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/external/strace/
H A Dprocess.c280 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro

Completed in 492 milliseconds