other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CANCEL_DELAYED_WORK_(9) | Driver Basics | CANCEL_DELAYED_WORK_(9) |
NAME¶
cancel_delayed_work_sync - cancel a delayed work and wait for it to finishSYNOPSIS¶
bool
cancel_delayed_work_sync(struct delayed_work * dwork);
ARGUMENTS¶
dworkthe delayed work cancel
DESCRIPTION¶
This is cancel_work_sync for delayed works.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |