Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dtimerfdflags.h8 #if defined TFD_CLOEXEC || defined O_CLOEXEC
9 #if !(defined(TFD_CLOEXEC) || (defined(HAVE_DECL_TFD_CLOEXEC) && HAVE_DECL_TFD_CLOEXEC))
10 # define TFD_CLOEXEC O_CLOEXEC macro
29 #if defined TFD_CLOEXEC || defined O_CLOEXEC
30 XLAT(TFD_CLOEXEC),
Dtimerfdflags.in5 #if defined TFD_CLOEXEC || defined O_CLOEXEC
6 TFD_CLOEXEC O_CLOEXEC
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd02.c68 #define TFD_CLOEXEC O_CLOEXEC macro
159 TFD_CLOEXEC); in main()
/external/kernel-headers/original/uapi/linux/
Dtimerfd.h31 #define TFD_CLOEXEC O_CLOEXEC macro
/external/strace/
DChangeLog26755 * xlat/timerfdflags.in [!TFD_CLOEXEC]: Check that O_CLOEXEC is defined.