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