Lines Matching refs:processed
11 work items in a first in, first out manner. Each work item is processed by
21 * A **queue** of work items that have been added, but not yet processed.
51 * Safe handling of work item resubmission when the item is being processed
67 executed by the workqueue's thread when the work item is processed. This
76 to the workqueue's queue. Once the workqueue's thread has processed all of
80 other items in the queue, a queued work item may be processed quickly or it
125 A pending work item *must not* be altered until the item has been processed
136 An ISR or a thread may need to schedule a work item that is to be processed
149 queued until it is processed in the standard manner.
189 where it remains queued until it is processed in the standard manner.
411 example when it's put into a :c:struct:`k_queue` by some thread and processed