Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dsys_signalfd_test.cpp61 TestSignalFd(signalfd(-1, &mask, SFD_CLOEXEC), SIGALRM); in TEST()
72 TestSignalFd(signalfd64(-1, &mask, SFD_CLOEXEC), SIGRTMIN); in TEST()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsignalfd.h23 #define SFD_CLOEXEC O_CLOEXEC macro
/aosp12/system/core/init/
H A Dinit.cpp642 signal_fd = signalfd(-1, &mask, SFD_CLOEXEC); in InstallSignalFdHandler()