cancel_work_sync man page on Oracle

Man page or keyword search:  
man Server   33470 pages
apropos Keyword Search (all sections)
Output format
Oracle logo
[printable version]

CANCEL_WORK_SYNC(9)		 Driver Basics		   CANCEL_WORK_SYNC(9)

NAME
       cancel_work_sync - cancel a work and wait for it to finish

SYNOPSIS
       bool cancel_work_sync(struct work_struct * work);

ARGUMENTS
       work
	   the work to cancel

DESCRIPTION
       Cancel work and wait for its execution to finish. This function can be
       used even if the work re-queues itself or migrates to another
       workqueue. On return from this function, work is guaranteed to be not
       pending or executing on any CPU.

       cancel_work_sync(delayed_work->work) must not be used for
       delayed_work's. Use cancel_delayed_work_sync instead.

       The caller must ensure that the workqueue on which work was last queued
       can't be destroyed before this function returns.

RETURNS
       true if work was pending, false otherwise.

COPYRIGHT
Kernel Hackers Manual 3.8.	   June 2014		   CANCEL_WORK_SYNC(9)
[top]

List of man pages available for Oracle

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net