Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dsched.h32 #define CLONE_NEWNS 0x00020000 macro
/bionic/tests/
Dunistd_test.cpp453 …int clone_result = clone(GetPidCachingCloneStartRoutine, &child_stack[1024], CLONE_NEWNS | SIGCHLD… in TEST()