Searched refs:tthread (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/tests/kernel/smp/src/ |
D | main.c | 51 static struct k_thread tthread[THREADS_NUM]; variable 234 tinfo[i].tid = k_thread_create(&tthread[i], tstack[i], in spawn_threads() 778 k_thread_create(&tthread[0], tstack[0], STACK_SIZE, in test_smp_release_global_lock() 785 k_thread_create(&tthread[1], tstack[1], STACK_SIZE, in test_smp_release_global_lock() 898 k_thread_create(&tthread[0], tstack[0], STACK_SIZE, in run_concurrency() 905 k_thread_create(&tthread[1], tstack[1], STACK_SIZE, in run_concurrency() 1004 k_thread_create(&tthread[i], tstack[i], STACK_SIZE, in test_smp_switch_torture() 1018 k_thread_abort(&tthread[i]); in test_smp_switch_torture() 1019 k_thread_join(&tthread[i], K_FOREVER); in test_smp_switch_torture()
|
/Zephyr-Core-2.7.6/samples/arch/smp/pi/src/ |
D | main.c | 30 static struct k_thread tthread[THREADS_NUM]; variable 92 k_thread_create(&tthread[i], tstack[i], STACK_SIZE, in main()
|
/Zephyr-Core-2.7.6/tests/kernel/sched/schedule_api/src/ |
D | test_sched_timeslice_and_lock.c | 14 static struct k_thread tthread[THREADS_NUM]; variable 58 tdata[i].tid = k_thread_create(&tthread[i], tstacks[i], in spawn_threads() 436 k_tid_t tid = k_thread_create(&tthread[0], tstack, STACK_SIZE, in test_wakeup_expired_timer_thread()
|
/Zephyr-Core-2.7.6/samples/arch/smp/pktqueue/src/ |
D | main.c | 10 static struct k_thread tthread[THREADS_NUM*QUEUE_NUM]; variable 117 k_thread_create(&tthread[i+THREADS_NUM*queue_num], in queue_thread()
|