Searched refs:SFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
17 #define SFD_CLOEXEC O_CLOEXEC macro
267 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in do_signalfd4()270 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in do_signalfd4()
1244 daemon->signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in setup_signalfd()
1250 sample_sig_fd = signalfd(-1, &st, SFD_CLOEXEC | SFD_NONBLOCK); in __sample_init()