Home
last modified time | relevance | path

Searched refs:CLONE_THREAD (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/proc/
Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
/tools/include/uapi/linux/
Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro