Home
last modified time | relevance | path

Searched refs:tthread (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/tests/kernel/smp/src/
Dmain.c51 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/
Dmain.c30 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/
Dtest_sched_timeslice_and_lock.c14 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/
Dmain.c10 static struct k_thread tthread[THREADS_NUM*QUEUE_NUM]; variable
117 k_thread_create(&tthread[i+THREADS_NUM*queue_num], in queue_thread()