Home
last modified time | relevance | path

Searched refs:timer_settime (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c99 ATF_REQUIRE(timer_settime(t, 0, &tim, NULL) == 0); in timer_signal_create()
154 ATF_REQUIRE(timer_settime(t, 0, &tim, NULL) == 0); in timer_thread_create()
/freebsd/lib/librt/
H A DSymbol.map23 timer_settime;
H A Dtimer.c61 __weak_reference(__timer_settime, timer_settime);
/freebsd/sys/sys/
H A Dtimers.h76 int (*timer_settime)(struct itimer * timer, int flags, member
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c64 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) { in main()
/freebsd/lib/libsys/
H A DMakefile.sys359 timer_settime.2 \
526 MLINKS+=timer_settime.2 timer_getoverrun.2 \
527 timer_settime.2 timer_gettime.2
/freebsd/include/
H A Dtime.h136 int timer_settime(timer_t, int, const struct itimerspec *__restrict,
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c582 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify()
618 timer_settime(ftp->ft_tid, 0, &its, NULL); in fmd_timer_install()
/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c143 setfunc = "timer_settime"; in set_timer_or_die()
144 rc = timer_settime(timer_id, 0, &itimer, NULL); in set_timer_or_die()
/freebsd/tests/sys/kern/
H A Dsigwait.c84 ATF_REQUIRE(timer_settime(timerid, 0, &its, NULL) == 0); in support_create_timer()
/freebsd/sys/kern/
H A Dkern_time.c1138 .timer_settime = realtimer_settime, in itimer_start()
1440 error = CLOCK_CALL(it->it_clockid, timer_settime, (it, in kern_ktimer_settime()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c1595 timer_settime(ntpdate_timerid, 0 /* !TIMER_ABSTIME */, &its, NULL); in init_alarm()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c921 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) in status_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc516 PRE_SYSCALL(timer_settime)
522 POST_SYSCALL(timer_settime)
H A Dsanitizer_common_interceptors.inc190 #define timer_settime __timer_settime64
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c995 (void) timer_settime(timer.timer, 0, &timer_time, NULL); in send_progress_thread()
H A Dlibzfs.abi7885 <function-decl name='timer_settime' visibility='default' binding='global' size-in-bits='64'>
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3146 fun:timer_settime=uninstrumented
/freebsd/contrib/ntp/
H A DCommitLog[all...]