table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SCHEDULE_HRTIMEOUT(9) | Driver Basics | SCHEDULE_HRTIMEOUT(9) |
NAME¶
schedule_hrtimeout - sleep until timeoutSYNOPSIS¶
int
__sched schedule_hrtimeout(ktime_t * expires,
const enum hrtimer_mode mode);
ARGUMENTS¶
expirestimeout value (ktime_t)
mode
timer mode, HRTIMER_MODE_ABS or
HRTIMER_MODE_REL
DESCRIPTION¶
Make the current task sleep until the given expiry time has elapsed. The routine will return immediately unless the current task state has been set (see set_current_state). You can set the task state as follows -COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |