Searched refs:spawn_threads (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-4.2.1/tests/kernel/sched/schedule_api/src/ |
| D | test_sched_timeslice_and_lock.c | 55 static void spawn_threads(int sleep_msec) 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-4.2.1/tests/kernel/smp/src/ |
| D | main.c | 239 static void spawn_threads(int prio, int thread_num, int equal_prio, in spawn_threads() function 385 spawn_threads(K_PRIO_COOP(12), num_threads, !EQUAL_PRIORITY, in ZTEST() 426 spawn_threads(K_PRIO_PREEMPT(12), num_threads, !EQUAL_PRIORITY, in ZTEST() 459 spawn_threads(K_PRIO_COOP(12), num_threads, !EQUAL_PRIORITY, in ZTEST() 488 spawn_threads(K_PRIO_COOP(12), num_threads, !EQUAL_PRIORITY, in ZTEST() 571 spawn_threads(K_PRIO_COOP(12), num_threads - 1, !EQUAL_PRIORITY, in ZTEST()
|