Home
last modified time | relevance | path

Searched refs:LINUX_TFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_event.h57 #define LINUX_TFD_CLOEXEC LINUX_O_CLOEXEC macro
H A Dlinux_event.c620 if ((args->flags & LINUX_TFD_CLOEXEC) != 0) in linux_timerfd_create()