Searched refs:timer_create (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/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-12.1/lib/librt/ |
| H A D | Symbol.map | 21 timer_create;
|
| H A D | timer.c | 58 __weak_reference(__timer_create, timer_create);
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| H A D | tst.sigwait.c | 51 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
|
| /freebsd-12.1/sys/sys/ |
| H A D | timers.h | 103 int (*timer_create)(struct itimer *timer); member
|
| /freebsd-12.1/include/ |
| H A D | time.h | 161 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_timer.c | 215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_time.c | 1096 .timer_create = realtimer_create, in itimer_start() 1208 if (posix_clocks[clock_id].timer_create == NULL) in kern_ktimer_create() 1238 error = CLOCK_CALL(clock_id, timer_create, (it)); in kern_ktimer_create()
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | Makefile.inc | 340 timer_create.2 \
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 914 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in status_init()
|
| /freebsd-12.1/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 1574 if (timer_create (CLOCK_REALTIME, NULL, &ntpdate_timerid) == in init_alarm()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 445 PRE_SYSCALL(timer_create)(long which_clock, void *timer_event_spec, 448 POST_SYSCALL(timer_create)(long res, long which_clock, void *timer_event_spec,
|
| H A D | sanitizer_syscalls_netbsd.inc | 1740 PRE_SYSCALL(timer_create)(long long clock_id_, void *evp_, void *timerid_) { 1743 POST_SYSCALL(timer_create)
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | config.h.in | 1125 /* Define to 1 if you have the `timer_create' function. */
|
| H A D | configure.ac | 931 AC_CHECK_FUNCS([timer_create])
|
| H A D | configure | 27340 ac_fn_c_check_func "$LINENO" "timer_create" "ac_cv_func_timer_create"
|
| H A D | CommitLog | 152086 timer_create().. 153818 AC_CHECK_FUNCS(timer_create).
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3136 fun:timer_create=uninstrumented
|