You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: kernel: workq: work_queue: use k_busy_wait to sim work
System workqueue items must not use blocking APIs, like k_msleep().
Replace k_msleep() with k_busy_wait() to both adhere to this rule,
and to better emulate more realistic work being done by system
workqueue.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
0 commit comments