class WorkItem

Defined at line 33 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/workqueue.h

Public Members

void (*)(WorkItem *) handler
zx_handle_t signaler
list_node item
WorkQueue * workqueue

Public Methods

void WorkItem ()

Defined at line 131 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/workqueue.cc

void WorkItem (void (*)(WorkItem *) handler)

Defined at line 133 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/workqueue.cc

void Cancel ()

Attempt to cancel this work item, if it is currently scheduled to run. The work item may run

even if Cancel() is called, if it has already been dequeued and is in execution. In any case,

the work item is guaranteed not to be running after this call returns.

Defined at line 138 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/workqueue.cc