| /freebsd/tests/sys/kern/ |
| H A D | timerfd.c | 57 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 D | timerfd.h | 53 int timerfd_create(int clockid, int flags);
|
| H A D | syscall.mk | 430 timerfd_create.o \
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 164 int tout = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in libzfs_load_module()
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 374 timerfd_create;
|
| H A D | Makefile.sys | 553 MLINKS+=timerfd.2 timerfd_create.2 \
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | epoll.c | 194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
|
| H A D | event-config.h.cmake | 410 /* Define to 1 if you have the `timerfd_create' function. */
|
| H A D | config.h.in | 374 /* Define to 1 if you have the `timerfd_create' function. */
|
| H A D | configure.ac | 390 timerfd_create \
|
| H A D | CMakeLists.txt | 500 timerfd_create
|
| H A D | ChangeLog | 285 o Fix detection of timerfd_create() in CMake. (e50af331)
|
| /freebsd/contrib/libevent/ |
| H A D | epoll.c | 194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
|
| H A D | event-config.h.cmake | 410 /* Define to 1 if you have the `timerfd_create' function. */
|
| H A D | config.h.in | 371 /* Define to 1 if you have the `timerfd_create' function. */
|
| H A D | configure.ac | 390 timerfd_create \
|
| H A D | CMakeLists.txt | 500 timerfd_create
|
| H A D | ChangeLog | 285 o Fix detection of timerfd_create() in CMake. (e50af331)
|
| H A D | configure | 14275 timerfd_create \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 1728 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 D | rtsan_interceptors_posix.cpp | 1391 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 D | neigh.c | 260 timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in create_timer()
|
| /freebsd/tests/sys/capsicum/ |
| H A D | linux.cc | 32 int fd = timerfd_create(CLOCK_MONOTONIC, 0); in TEST()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2978 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 D | libc_ubuntu1404_abilist.txt | 3147 fun:timerfd_create=uninstrumented
|