Home
last modified time | relevance | path

Searched refs:spawn_threads (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_and_lock.c55 static void spawn_threads(int sleep_sec) in spawn_threads() function
106 spawn_threads(0); in ZTEST()
132 spawn_threads(0); in ZTEST()
149 spawn_threads(0); in ZTEST()
178 spawn_threads(10 * 1000); /* 10 second */ in ZTEST()
254 spawn_threads(0); in ZTEST()
292 spawn_threads(0); in ZTEST()
324 spawn_threads(0); in ZTEST()
359 spawn_threads(0); in ZTEST()
400 spawn_threads(0); in ZTEST()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c229 static void spawn_threads(int prio, int thread_num, int equal_prio, in spawn_threads() function
376 spawn_threads(K_PRIO_COOP(10), num_threads, !EQUAL_PRIORITY, in ZTEST()
417 spawn_threads(K_PRIO_PREEMPT(10), num_threads, !EQUAL_PRIORITY, in ZTEST()
450 spawn_threads(K_PRIO_COOP(10), num_threads, !EQUAL_PRIORITY, in ZTEST()
479 spawn_threads(K_PRIO_COOP(10), num_threads, !EQUAL_PRIORITY, in ZTEST()
562 spawn_threads(K_PRIO_COOP(10), num_threads - 1, !EQUAL_PRIORITY, in ZTEST()