Lines Matching refs:will
27 Regardless of workqueue thread priority the workqueue thread will yield
77 the preceding work items in its queue the thread will remove the next work
86 A work item will be **running** (:c:enumerator:`K_WORK_RUNNING`) when it is running
170 item in response to a **poll event** (see :ref:`polling_v2`), that will
179 * A pointer to an array of poll events that will trigger work item
263 item will silently fail to be submitted.
282 unchanged and the associated error message will not be printed.
332 the work completes; it will return immediately if the cancellation was
352 will not change the time at which the item will be submitted to its queue.
423 work thread to sleep will starve other work queue items, which may need to
435 /* NB: Submit will fail if the work item is being cancelled. */
452 cancelled. Generally this is acceptable, since the cancellation will complete
459 resubmit as long as you're sure that eventually the item will take its lock
475 happens the work will not be executed, which could cause a subsystem that is
480 handler will result in data races that can cause failures.
493 /* If this fails, the work handler will check pub->active and