Home
last modified time | relevance | path

Searched refs:timerfd_gettime (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dtimerfd.h54 int timerfd_gettime(int fd, struct itimerspec *curr_value);
H A Dsyscall.mk431 timerfd_gettime.o \
/freebsd/tests/sys/capsicum/
H A Dlinux.cc68 EXPECT_NOTCAPABLE(timerfd_gettime(cap_fd_wo, &old_ispec)); in TEST()
69 EXPECT_OK(timerfd_gettime(cap_fd_ro, &old_ispec)); in TEST()
70 EXPECT_OK(timerfd_gettime(cap_fd_rw, &old_ispec)); in TEST()
71 EXPECT_OK(timerfd_gettime(cap_fd_all, &old_ispec)); in TEST()
94 EXPECT_OK(timerfd_gettime(cap_fd_all, &old_ispec)); in TEST()
/freebsd/lib/libsys/
H A DSymbol.sys.map375 timerfd_gettime;
H A DMakefile.sys554 timerfd.2 timerfd_gettime.2 \
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1402 INTERCEPTOR(int, timerfd_gettime, int fd, struct itimerspec *val) { argument
1404 return REAL(timerfd_gettime)(fd, val);
1422 INTERCEPT_FUNCTION(timerfd_gettime)
/freebsd/tests/sys/kern/
H A Dtimerfd.c338 ATF_REQUIRE(timerfd_gettime(fd, &curr_value) == 0); in ATF_TC_BODY()
497 ATF_REQUIRE_ERRNO(EBADF, timerfd_gettime(timerfd, &itimerspec) < 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1746 auto Func = [fd, &ts]() { timerfd_gettime(fd, &ts); }; in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2996 PRE_SYSCALL(timerfd_gettime)(long ufd, void *otmr) {}
2998 POST_SYSCALL(timerfd_gettime)(long res, long ufd, void *otmr) {
H A Dsanitizer_common_interceptors.inc221 #define timerfd_gettime __timerfd_gettime64
6563 INTERCEPTOR(int, timerfd_gettime, int fd, void *curr_value) {
6565 COMMON_INTERCEPTOR_ENTER(ctx, timerfd_gettime, fd, curr_value);
6566 int res = REAL(timerfd_gettime)(fd, curr_value);
6573 COMMON_INTERCEPT_FUNCTION(timerfd_gettime);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3148 fun:timerfd_gettime=uninstrumented