Searched refs:CLONE_THREAD (Results 1 – 2 of 2) sorted by relevance
129 #define CLONE_THREAD 0x00010000 macro
3361 if ((flags & (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_THREAD | CLONE_SYSVSEM)) in _sys_clone()3362 != (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_THREAD | CLONE_SYSVSEM)) in _sys_clone()
Completed in 19 milliseconds