Searched refs:max_num_threads (Results 1 – 1 of 1) sorted by relevance
69 uint32_t i, num_threads, max_num_threads = 5U; in thread2() local79 thread_array = k_calloc(max_num_threads, sizeof(osThreadId_t)); in thread2()80 num_threads = osThreadEnumerate(thread_array, max_num_threads); in thread2()