Searched refs:CLONE_THREAD (Results 1 – 2 of 2) sorted by relevance
44 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro47 #define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)
809 if (clone_flags & CLONE_THREAD) { in do_fork()