Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c69 uint32_t i, num_threads, max_num_threads = 5U; in thread2() local
79 thread_array = k_calloc(max_num_threads, sizeof(osThreadId_t)); in thread2()
80 num_threads = osThreadEnumerate(thread_array, max_num_threads); in thread2()