Searched refs:other_pid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/capsicum-test/
H A Dprocdesc.cc995 pid_t other_pid; local
996 EXPECT_NOTCAPABLE(pdgetpid(cap_incapable, &other_pid));
1001 EXPECT_OK(pdgetpid(cap_capable, &other_pid));
1002 EXPECT_EQ(pid, other_pid);

Completed in 61 milliseconds