Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c32 static struct cmsis_rtos_thread_cb cmsis_rtos_thread_cb_pool[CONFIG_CMSIS_V2_THREAD_MAX_COUNT]; variable
153 tid = &cmsis_rtos_thread_cb_pool[this_dynamic_cb]; in osThreadNew()