other versions
- wheezy 3.2.78-1
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.RETURNS¶
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |