Searched refs:tfd_hdr_ok (Results 1 – 2 of 2) sorted by relevance
59 AC_CHECK_DECL([TFD_NONBLOCK], [tfd_hdr_ok=yes], [tfd_hdr_ok=no], [#include <sys/timerfd.h>])60 if test "x$use_timerfd" = "xyes" -a "x$tfd_hdr_ok" = "xno"; then68 if test "x$timerfd_h" = "x1" -a "x$tfd_hdr_ok" = "xyes"; then
10775 tfd_hdr_ok=yes10777 tfd_hdr_ok=no10780 if test "x$use_timerfd" = "xyes" -a "x$tfd_hdr_ok" = "xno"; then10790 if test "x$timerfd_h" = "x1" -a "x$tfd_hdr_ok" = "xyes"; then