Home
last modified time | relevance | path

Searched refs:CLONE_NEWPID (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsched.h44 #define CLONE_NEWPID 0x20000000 macro
/aosp12/system/core/init/
H A Dservice_utils.cpp216 bool remount_proc = info.flags & CLONE_NEWPID; in EnterNamespaces()
225 if (info.flags & CLONE_NEWPID) { in EnterNamespaces()
H A Dservice_parser.cpp285 service_->namespaces_.flags |= CLONE_NEWPID; in ParseNamespace()