Searched refs:timer_create (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| 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-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| D | tst.sigwait.c | 51 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
|
| /freebsd-10-stable/lib/librt/ |
| D | Version.map | 21 timer_create;
|
| D | timer.c | 56 __weak_reference(__timer_create, timer_create);
|
| /freebsd-10-stable/sys/sys/ |
| D | timers.h | 101 int (*timer_create)(struct itimer *timer); member
|
| /freebsd-10-stable/include/ |
| D | time.h | 157 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | ntp_timer.c | 215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_time.c | 1011 .timer_create = realtimer_create, in itimer_start() 1123 if (posix_clocks[clock_id].timer_create == NULL) in kern_ktimer_create() 1153 error = CLOCK_CALL(clock_id, timer_create, (it)); in kern_ktimer_create()
|
| /freebsd-10-stable/lib/libc/sys/ |
| D | Makefile.inc | 321 timer_create.2 \
|
| /freebsd-10-stable/contrib/ntp/ntpdate/ |
| D | ntpdate.c | 1566 if (timer_create (CLOCK_REALTIME, NULL, &ntpdate_timerid) == in init_alarm()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/ |
| D | lockstat.c | 876 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in status_init()
|
| /freebsd-10-stable/contrib/ntp/ |
| D | config.h.in | 1122 /* Define to 1 if you have the `timer_create' function. */
|
| D | configure.ac | 933 AC_CHECK_FUNCS([timer_create])
|
| D | configure | 27308 ac_fn_c_check_func "$LINENO" "timer_create" "ac_cv_func_timer_create"
|
| D | CommitLog | 141827 timer_create().. 143559 AC_CHECK_FUNCS(timer_create).
|