Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
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-12-stable/lib/librt/
DSymbol.map21 timer_create;
Dtimer.c58 __weak_reference(__timer_create, timer_create);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
Dtst.sigwait.c49 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
/freebsd-12-stable/sys/sys/
Dtimers.h103 int (*timer_create)(struct itimer *timer); member
/freebsd-12-stable/include/
Dtime.h163 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
/freebsd-12-stable/sys/kern/
Dkern_time.c1090 .timer_create = realtimer_create, in itimer_start()
1197 if (posix_clocks[clock_id].timer_create == NULL) in kern_ktimer_create()
1227 error = CLOCK_CALL(clock_id, timer_create, (it)); in kern_ktimer_create()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_timer.c215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer()
/freebsd-12-stable/lib/libc/sys/
DMakefile.inc341 timer_create.2 \
/freebsd-12-stable/contrib/ntp/ntpdate/
Dntpdate.c1574 if (timer_create (CLOCK_REALTIME, NULL, &ntpdate_timerid) == in init_alarm()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/lockstat/
Dlockstat.c914 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in status_init()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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,
Dsanitizer_syscalls_netbsd.inc1785 PRE_SYSCALL(timer_create)(long long clock_id_, void *evp_, void *timerid_) {
1788 POST_SYSCALL(timer_create)
/freebsd-12-stable/contrib/ntp/
Dconfig.h.in1152 /* Define to 1 if you have the `timer_create' function. */
Dconfigure.ac928 AC_CHECK_FUNCS([timer_create])
DCommitLog158934 timer_create()..
160666 AC_CHECK_FUNCS(timer_create).
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3136 fun:timer_create=uninstrumented