table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| HRTIMER_GET_RES(9) | Driver Basics | HRTIMER_GET_RES(9) |
NAME¶
hrtimer_get_res - get the timer resolution for a clockSYNOPSIS¶
int
hrtimer_get_res(const clockid_t which_clock,
struct timespec * tp);
ARGUMENTS¶
which_clockwhich clock to query
tp
pointer to timespec variable to store the
resolution
DESCRIPTION¶
Store the resolution of the clock selected by which_clock in the variable pointed to by tp.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |