Lines Matching full:until
46 * The ability to wait until a work item has completed or a queue has been
55 :c:func:`k_work_is_pending()`, or measurements of remaining time until
94 wait until the work item completed);
104 its queue until the handler function finishes executing.
125 A pending work item *must not* be altered until the item has been processed
128 handler function needs to perform its work must not be altered until
149 queued until it is processed in the standard manner.
189 where it remains queued until it is processed in the standard manner.
255 * :c:func:`k_work_queue_drain()` can be used to block the caller until the
326 * :c:func:`k_work_flush()` may be invoked from threads to block until the work
331 * :c:func:`k_work_cancel_sync()` may be invoked from threads to block until
353 Use this if the policy is to keep collecting data until a specified delay
358 if the policy is to keep collecting data until a specified delay since the
395 can be invoked from thread context to wait until the requested state has been