Searched refs:CLONE_THREAD (Results 1 – 2 of 2) 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