Searched refs:clockid (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_clock.c92 clockid_t clockid; local
94 error = cloudabi_convert_clockid(clock_id, &clockid);
97 error = kern_clock_gettime(td, clockid, &ts);
110 clockid_t clockid; local
112 error = cloudabi_convert_clockid(uap->clock_id, &clockid);
115 error = kern_clock_getres(td, clockid, &ts);
/freebsd-11-stable/lib/librt/
H A Dtimer.c80 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) argument
92 ret = __sys_ktimer_create(clockid, evp, &timer->oshandle);
118 ret = __sys_ktimer_create(clockid, &ev, &timer->oshandle);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_kern.c194 _thr_sleep(struct pthread *curthread, int clockid, argument
202 clockid, abstime, 0);
H A Dthr_umtx.c217 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, argument
227 timeout._clockid = clockid;
H A Dthr_umtx.h59 int _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int exp, int clockid,
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c558 clockid_t clockid; local
562 PTHREAD_REQUIRE(pthread_condattr_getclock(&condattr, &clockid));
563 ATF_REQUIRE_EQ(clockid, CLOCK_REALTIME);
566 PTHREAD_REQUIRE(pthread_condattr_getclock(&condattr, &clockid));
567 ATF_REQUIRE_EQ(clockid, CLOCK_MONOTONIC);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c559 clockid_t clockid; local
572 error = linux_to_native_clockid(&clockid, args->which);
600 error = kern_clock_nanosleep(td, clockid, flags, &rqts, rmtp);
H A Dlinux_event.c981 clockid_t clockid; local
987 error = linux_to_native_clockid(&clockid, args->clockid);
990 if (clockid != CLOCK_REALTIME && clockid != CLOCK_MONOTONIC)
1003 tfd->tfd_clockid = clockid;
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c212 int clockid; member in struct:abs_timeout
772 abs_timeout_init(struct abs_timeout *timo, int clockid, int absolute, argument
776 timo->clockid = clockid;
784 timo->is_abs_real = clockid == CLOCK_REALTIME ||
785 clockid == CLOCK_REALTIME_FAST ||
786 clockid == CLOCK_REALTIME_PRECISE;
809 kern_clock_gettime(curthread, timo->clockid, &timo->cur);
2490 uint32_t flags, clockid, hasw; local
2502 error = fueword32(&cv->c_clockid, &clockid);
4049 uint32_t clockid; member in struct:umtx_time32
[all...]
H A Dkern_time.c1103 register_posix_clock(int clockid, struct kclock *clk) argument
1105 if ((unsigned)clockid >= MAX_CLOCKS) {
1106 printf("%s: invalid clockid\n", __func__);
1109 posix_clocks[clockid] = *clk;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1717 #define __sanitizer_syscall_pre_timerfd_create(clockid, flags) \
1718 __sanitizer_syscall_pre_impl_timerfd_create((long)(clockid), (long)(flags))
1719 #define __sanitizer_syscall_post_timerfd_create(res, clockid, flags) \
1720 __sanitizer_syscall_post_impl_timerfd_create(res, (long)(clockid), \
2990 void __sanitizer_syscall_pre_impl_timerfd_create(long clockid, long flags);
2991 void __sanitizer_syscall_post_impl_timerfd_create(long res, long clockid,
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c1589 uint8_t clockid, uint32_t rate)
1599 DPRINTFN(6, "ifaceno=%d clockid=%d rate=%u\n",
1600 iface_no, clockid, rate);
1605 USETW2(req.wIndex, clockid, iface_no);
5330 uint8_t clockid, uint32_t speed)
5335 DPRINTFN(6, "ifaceno=%d clockid=%d speed=%u\n",
5336 iface_no, clockid, speed);
5341 USETW2(req.wIndex, clockid, iface_no);
1588 uaudio20_check_rate(struct usb_device *udev, uint8_t iface_no, uint8_t clockid, uint32_t rate) argument
5329 uaudio20_set_speed(struct usb_device *udev, uint8_t iface_no, uint8_t clockid, uint32_t speed) argument
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c2023 iarg[0] = p->clockid; /* l_int */
H A Dlinux_proto.h968 char clockid_l_[PADL_(l_int)]; l_int clockid; char clockid_r_[PADR_(l_int)]; member in struct:linux_timerfd_create_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2174 iarg[0] = p->clockid; /* l_int */
H A Dlinux32_proto.h1054 char clockid_l_[PADL_(l_int)]; l_int clockid; char clockid_r_[PADR_(l_int)]; member in struct:linux_timerfd_create_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c2250 iarg[0] = p->clockid; /* l_int */
H A Dlinux_proto.h1072 char clockid_l_[PADL_(l_int)]; l_int clockid; char clockid_r_[PADR_(l_int)]; member in struct:linux_timerfd_create_args

Completed in 262 milliseconds