/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_timer_create.c | 91 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/lib/librt/ |
H A D | Symbol.map | 20 timer_create;
|
H A D | timer.c | 55 __weak_reference(__timer_create, timer_create);
|
/freebsd/sys/sys/ |
H A D | timers.h | 75 int (*timer_create)(struct itimer *timer); member
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 49 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
|
/freebsd/include/ |
H A D | time.h | 132 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_timer.c | 37 /* TC_ERR represents the timer_create() error return value. */ 215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer() 216 msyslog(LOG_ERR, "timer_create failed, %m"); in init_timer()
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 1136 .timer_create = realtimer_create, in itimer_start() 1243 if (posix_clocks[clock_id].timer_create == NULL) in kern_ktimer_create() 1271 error = CLOCK_CALL(clock_id, timer_create, (it)); in kern_ktimer_create()
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 83 ATF_REQUIRE(timer_create(CLOCK_REALTIME, &ev, &timerid) == 0); in support_create_timer()
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 357 timer_create.2 \
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_api.c | 617 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install()
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 1574 if (timer_create (CLOCK_REALTIME, NULL, &ntpdate_timerid) == in init_alarm()
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 914 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in status_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 490 PRE_SYSCALL(timer_create) 493 POST_SYSCALL(timer_create)
|
H A D | sanitizer_syscalls_netbsd.inc | 1785 PRE_SYSCALL(timer_create)(long long clock_id_, void *evp_, void *timerid_) { 1788 POST_SYSCALL(timer_create)
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 1149 /* Define to 1 if you have the `timer_create' function. */
|
H A D | configure.ac | 928 AC_CHECK_FUNCS([timer_create])
|
H A D | CommitLog | [all...] |
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 993 if (timer_create(CLOCK_MONOTONIC, &timer_cfg, &timer.timer)) in send_progress_thread()
|
H A D | libzfs.abi | 7875 <function-decl name='timer_create' visibility='default' binding='global' size-in-bits='64'>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3142 fun:timer_create=uninstrumented
|