Lines Matching +full:clean +full:- +full:command
4 * SPDX-License-Identifier: Apache-2.0
24 #error Preemption test requires single-CPU operation
67 /* Command to worker: who to wake up */
70 /* Command to worker: use a sched_lock()? */
73 /* Command to worker: use irq_offload() to indirect the wakeup? */
76 /* Command to worker: sleep after wakeup? */
79 /* Command to worker: yield after wakeup? */
101 /* A little bit of white-box inspection: check that all the in wakeup_src_thread()
118 while (do_sleep && !(src_thread->base.thread_state & _THREAD_PENDING)) { in wakeup_src_thread()
289 zassert_true(k_uptime_get() - start > 0, in worker()
318 priority = K_LOWEST_APPLICATION_THREAD_PRIO - 1; in ZTEST()
339 /* unit test clean up */ in ZTEST()