|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
A structure holding internal state for a pending synchronous operation on a work item or queue. More...
#include <zephyr/kernel.h>
A structure holding internal state for a pending synchronous operation on a work item or queue.
Instances of this type are provided by the caller for invocation of k_work_flush(), k_work_cancel_sync() and sibling flush and cancel APIs. A referenced object must persist until the call returns, and be accessible from both the caller thread and the work queue thread.
All the members are internal and should not be accessed directly.