Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/
Dthread.c30 static atomic_t thread_num_dynamic; variable
132 if ((attr->stack_mem == NULL) && (thread_num_dynamic >= in osThreadNew()
173 atomic_inc((atomic_t *)&thread_num_dynamic); in osThreadNew()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.5.rst1854 * :github:`23062` - thread_num / thread_num_dynamic are never decremented in CMSIS v2 thread.c