Searched refs:CLONE_THREAD (Results 1 – 5 of 5) sorted by relevance
59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
16 #define CLONE_THREAD 0x10000 macro346 if (!(clone_flags & CLONE_THREAD)) in on_newtask()
327 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_sigsegv_handler_with_different_pkey_for_stack()498 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_pkru_sigreturn()
64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
Completed in 8 milliseconds