Searched refs:CLONE_NEWNS (Results 1 – 2 of 2) sorted by relevance
32 #define CLONE_NEWNS 0x00020000 macro
453 …int clone_result = clone(GetPidCachingCloneStartRoutine, &child_stack[1024], CLONE_NEWNS | SIGCHLD… in TEST()