table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SCHEDULE_TIMEOUT(9) | Driver Basics | SCHEDULE_TIMEOUT(9) |
NAME¶
schedule_timeout - sleep until timeoutSYNOPSIS¶
signed
long __sched
schedule_timeout(signed long timeout);
ARGUMENTS¶
timeouttimeout value in jiffies
DESCRIPTION¶
Make the current task sleep until timeout jiffies have 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 |