Searched refs:app_threads (Results 1 – 2 of 2) sorted by relevance
82 app_threads[tid].partition = app_partitions[tid]; in exec_test()83 app_threads[tid].stack = &app_thread_stacks[tid]; in exec_test()87 threads[tid] = k_thread_create(&app_threads[tid].thread, in exec_test()90 &app_threads[tid], _tid, (void *)(uintptr_t)nb_threads, in exec_test()
22 struct k_app_thread app_threads[MAX_NB_THREADS]; variable