Home
last modified time | relevance | path

Searched refs:SFD_NONBLOCK (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libc/port/sys/
H A Dsignalfd.c30 if (flags & ~(SFD_NONBLOCK | SFD_CLOEXEC)) { in signalfd()
35 if (flags & SFD_NONBLOCK) in signalfd()
/titanic_50/usr/src/uts/common/sys/
H A Dsignalfd.h38 #define SFD_NONBLOCK 04000 /* LX_O_NONBLOCK */ macro