Searched refs:SFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
61 TestSignalFd(signalfd(-1, &mask, SFD_CLOEXEC), SIGALRM); in TEST()72 TestSignalFd(signalfd64(-1, &mask, SFD_CLOEXEC), SIGRTMIN); in TEST()
23 #define SFD_CLOEXEC O_CLOEXEC macro
642 signal_fd = signalfd(-1, &mask, SFD_CLOEXEC); in InstallSignalFdHandler()