| 315 | } |
| 316 | |
| 317 | void |
| 318 | ffclock_microuptime(struct timeval *tvp) |
| 319 | { |
| 320 | struct bintime bt; |
| 321 | |
| 322 | ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); |
| 323 | bintime2timeval(&bt, tvp); |
| 324 | } |
| 325 | |
| 326 | void |
| 327 | ffclock_getbinuptime(struct bintime *bt) |
no test coverage detected