Searched refs:host_pidns (Results 1 – 1 of 1) sorted by relevance
42 int host_mntns, host_pidns; in FIXTURE() local70 self->host_pidns = open("/proc/self/ns/pid", O_RDONLY|O_CLOEXEC); in FIXTURE_SETUP()71 ASSERT_SUCCESS(self->host_pidns); in FIXTURE_SETUP()88 ASSERT_SUCCESS(setns(self->host_pidns, CLONE_NEWPID)); in FIXTURE_SETUP()99 ASSERT_SUCCESS(close(self->host_pidns)); in FIXTURE_TEARDOWN()