HomeSort by relevance Sort by last modified time
    Searched defs:TFD_CLOEXEC (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/sys/
timerfd.h 44 #define TFD_CLOEXEC O_CLOEXEC
  /bionic/libc/kernel/uapi/linux/
timerfd.h 26 #define TFD_CLOEXEC O_CLOEXEC
  /external/kernel-headers/original/uapi/linux/
timerfd.h 32 #define TFD_CLOEXEC O_CLOEXEC
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd02.c 30 /* unused so far. This patch changes this by introducing the TFD_CLOEXEC */
32 /* name TFD_CLOEXEC is introduced which in this implementation must have the */
68 #define TFD_CLOEXEC O_CLOEXEC
159 TFD_CLOEXEC);
163 "timerfd_create(TFD_CLOEXEC) failed");
172 "timerfd_create(TFD_CLOEXEC) set close-on-exec flag");
175 tst_resm(TPASS, "timerfd_create(TFD_CLOEXEC) Passed");

Completed in 1502 milliseconds