Searched defs:setns (Results 1 - 2 of 2) sorted by relevance

/lxc/hooks/
H A Dunmount-namespace.c28 #define _GNU_SOURCE /* setns */
33 #include <sched.h> /* setns */
52 /* Define setns() if missing from the C library */
54 static inline int setns(int fd, int nstype) function
207 if (setns(ctmntfd, CLONE_NEWNS) != 0) {
/lxc/src/lxc/
H A Dutils.h61 /* Define setns() if missing from the C library */
63 static inline int setns(int fd, int nstype) function

Completed in 17 milliseconds