Lines Matching full:threads
28 /* The number of worker threads that ran, and array of their
47 * platforms implement a thread-based cleanup step for threads in worker()
62 /* Create a bunch of threads at a single lower priority. Give in ZTEST()
91 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
100 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
104 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST()
110 zassert_true(d0 <= d1, "threads ran in wrong order"); in ZTEST()
129 /* should not get here until all threads have started */ in yield_worker()
139 /* Test that yield works across threads with the in ZTEST()
149 /* Create a bunch of threads at a single lower priority in ZTEST()
152 * to the next. Sleep. Check that all threads ran. in ZTEST()
162 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
166 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST()
183 * @details Create a bunch of threads with scheduling delay which make the
185 * these threads run before there delay time pass.
203 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
216 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST()