Home
last modified time | relevance | path

Searched refs:timerfd_create (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/tests/sys/kern/
H A Dtimerfd.c57 timer_fds[i] = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
84 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
112 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
151 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
192 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
235 int timerfd = timerfd_create(CLOCK_MONOTONIC, /**/ in ATF_TC_BODY()
299 fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in ATF_TC_BODY()
335 int fd = timerfd_create(CLOCK_MONOTONIC, 0); in ATF_TC_BODY()
365 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in ATF_TC_BODY()
410 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in ATF_TC_BODY()
[all …]
/freebsd/sys/sys/
H A Dtimerfd.h53 int timerfd_create(int clockid, int flags);
H A Dsyscall.mk430 timerfd_create.o \
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c164 int tout = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in libzfs_load_module()
/freebsd/lib/libsys/
H A DSymbol.sys.map374 timerfd_create;
H A DMakefile.sys553 MLINKS+=timerfd.2 timerfd_create.2 \
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
H A Devent-config.h.cmake410 /* Define to 1 if you have the `timerfd_create' function. */
H A Dconfig.h.in374 /* Define to 1 if you have the `timerfd_create' function. */
H A Dconfigure.ac390 timerfd_create \
H A DCMakeLists.txt500 timerfd_create
H A DChangeLog285 o Fix detection of timerfd_create() in CMake. (e50af331)
/freebsd/contrib/libevent/
H A Depoll.c194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
H A Devent-config.h.cmake410 /* Define to 1 if you have the `timerfd_create' function. */
H A Dconfig.h.in371 /* Define to 1 if you have the `timerfd_create' function. */
H A Dconfigure.ac390 timerfd_create \
H A DCMakeLists.txt500 timerfd_create
H A DChangeLog285 o Fix detection of timerfd_create() in CMake. (e50af331)
H A Dconfigure14275 timerfd_create \
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1728 auto Func = []() { timerfd_create(CLOCK_MONOTONIC, 0); }; in TEST()
1734 int fd = timerfd_create(CLOCK_MONOTONIC, 0); in TEST()
1743 int fd = timerfd_create(CLOCK_MONOTONIC, 0); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1391 INTERCEPTOR(int, timerfd_create, int clockid, int flags) { argument
1393 return REAL(timerfd_create)(clockid, flags);
1418 #define RTSAN_MAYBE_INTERCEPT_TIMERFD_CREATE INTERCEPT_FUNCTION(timerfd_create)
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()
/freebsd/tests/sys/capsicum/
H A Dlinux.cc32 int fd = timerfd_create(CLOCK_MONOTONIC, 0); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2978 PRE_SYSCALL(timerfd_create)(long clockid, long flags) {}
2980 POST_SYSCALL(timerfd_create)(long res, long clockid, long flags) {}
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3147 fun:timerfd_create=uninstrumented

12