Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dsched.d168 enum CLONE_SIGHAND = 0x800; variable
/netbsd-src/sys/sys/
H A Dsched.h203 #define CLONE_SIGHAND 0x00000800 /* share signal actions */ macro