Searched refs:kern_clock_gettime (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 235 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 D | kern_umtx.c | 780 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in abs_timeout_update()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 103 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
|