Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c91 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0); in timer_signal_create()
146 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0); in timer_thread_create()
187 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1); in ATF_TC_BODY()
193 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1); in ATF_TC_BODY()
/freebsd-13.1/lib/librt/
H A DSymbol.map21 timer_create;
H A Dtimer.c58 __weak_reference(__timer_create, timer_create);
/freebsd-13.1/sys/sys/
H A Dtimers.h77 int (*timer_create)(struct itimer *timer); member
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c49 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
/freebsd-13.1/include/
H A Dtime.h135 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_timer.c215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer()
/freebsd-13.1/sys/kern/
H A Dkern_time.c1142 .timer_create = realtimer_create, in itimer_start()
1249 if (posix_clocks[clock_id].timer_create == NULL) in kern_ktimer_create()
1277 error = CLOCK_CALL(clock_id, timer_create, (it)); in kern_ktimer_create()
/freebsd-13.1/lib/libc/sys/
H A DMakefile.inc346 timer_create.2 \
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c603 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install()
/freebsd-13.1/contrib/ntp/ntpdate/
H A Dntpdate.c1574 if (timer_create (CLOCK_REALTIME, NULL, &ntpdate_timerid) == in init_alarm()
/freebsd-13.1/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c914 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in status_init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc444 PRE_SYSCALL(timer_create)(long which_clock, void *timer_event_spec,
447 POST_SYSCALL(timer_create)(long res, long which_clock, void *timer_event_spec,
H A Dsanitizer_syscalls_netbsd.inc1785 PRE_SYSCALL(timer_create)(long long clock_id_, void *evp_, void *timerid_) {
1788 POST_SYSCALL(timer_create)
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in1131 /* Define to 1 if you have the `timer_create' function. */
H A Dconfigure.ac931 AC_CHECK_FUNCS([timer_create])
H A Dconfigure27340 ac_fn_c_check_func "$LINENO" "timer_create" "ac_cv_func_timer_create"
H A DCommitLog152799 timer_create()..
154531 AC_CHECK_FUNCS(timer_create).
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3136 fun:timer_create=uninstrumented