Home
last modified time | relevance | path

Searched refs:kern_clock_gettime (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c235 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime()
316 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime() function
544 error = kern_clock_gettime(td, clock_id, &now); in kern_clock_nanosleep()
H A Dkern_umtx.c780 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in abs_timeout_update()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h103 int kern_clock_gettime(struct thread *td, clockid_t clock_id,