Searched refs:CLONE_THREAD (Results 1 – 11 of 11) sorted by relevance
19 #ifndef CLONE_THREAD20 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro48 …main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL )… in main()
26 #if !(defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD))27 # define CLONE_THREAD 0x00010000 macro88 XLAT(CLONE_THREAD),
9 CLONE_THREAD 0x00010000
120 CLONE_SIGHAND | CLONE_THREAD | in RestrictCloneToThreadsAndEPERMFork()125 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | in RestrictCloneToThreadsAndEPERMFork()134 .ElseIf((flags & (CLONE_VM | CLONE_THREAD)) == 0, Error(EPERM)) in RestrictCloneToThreadsAndEPERMFork()
142 pid_t pid = sys_clone(CLONE_THREAD | SIGCHLD); in BPF_DEATH_TEST_C()
15 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
32 # CLONE_THREAD 0x10000
334 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
273 By specifying CLONE_THREAD in the flags to clone(), you remain part of290 NTPL uses thread groups as generated by the CLONE_THREAD flag, which is
2929 CLONE_THREAD children.3708 child to our parent if we are a CLONE_THREAD child ourselves.