A new kernel timer API
Posted May 19, 2005 17:14 UTC (Thu) by
jsbarnes (guest, #4096)
In reply to:
A new kernel timer API by davecb
Parent article:
A new kernel timer API
The kernel already supports some POSIX clock routines, like clock_gettime,
as well as a few different types of clocks. If your platform supports it
(i.e. if you have a good clock source available and someone's written a
kernel driver for it), high resolution timers are available via that
interface.
(
Log in to post comments)