Home
last modified time | relevance | path

Searched defs:CLONE_FS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dsched.d160 enum CLONE_FS = 0x200; variable
/netbsd-src/sys/sys/
H A Dsched.h201 #define CLONE_FS 0x00000200 /* share "file system" info */ macro