Home
last modified time | relevance | path

Searched refs:SFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsignalfd.c30 if (flags & ~(SFD_NONBLOCK | SFD_CLOEXEC)) { in signalfd()
38 if (flags & SFD_CLOEXEC) in signalfd()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignalfd.h37 #define SFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_args.c67 res = signalfd(-1, &mask, SFD_NONBLOCK | SFD_CLOEXEC); in main()