Searched defs:clockid (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/librt/ |
H A D | timer.c | 79 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in __timer_create()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_kern.c | 189 _thr_sleep(struct pthread *curthread, int clockid, in _thr_sleep()
|
H A D | thr_umtx.c | 206 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, in _thr_umtx_timedwait_uint()
|
/freebsd/sys/sys/ |
H A D | umtxvar.h | 83 int clockid; member
|
H A D | sysproto.h | 1860 char clockid_l_[PADL_(int)]; int clockid; char clockid_r_[PADR_(int)]; member
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 646 clockid_t clockid; in ATF_TC_BODY() local
|
/freebsd/sys/compat/linux/ |
H A D | linux_time.c | 716 clockid_t clockid; in linux_common_clock_nanosleep() local
|
H A D | linux_event.c | 613 clockid_t clockid; in linux_timerfd_create() local
|
H A D | linux_futex.c | 795 int clockid, absolute; in linux_umtx_abs_timeout_init() local
|
/freebsd/sys/kern/ |
H A D | sys_timerfd.c | 426 kern_timerfd_create(struct thread *td, int clockid, int flags) in kern_timerfd_create()
|
H A D | kern_time.c | 1151 register_posix_clock(int clockid,const struct kclock * clk) register_posix_clock() argument
|
H A D | kern_umtx.c | 675 umtx_abs_timeout_init(struct umtx_abs_timeout *timo, int clockid, in umtx_abs_timeout_init() 2931 uint32_t flags, clockid, hasw; in do_cv_wait() local
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 1622 uint8_t clockid, uint32_t rate) in uaudio20_check_rate() 5340 uint8_t clockid, uint32_t speed) in uaudio20_set_speed()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1726 #define __sanitizer_syscall_pre_timerfd_create(clockid, flags) \ argument 1728 #define __sanitizer_syscall_post_timerfd_create(res, clockid, flags) \ argument
|