Searched refs:thread_num_dynamic (Results 1 – 2 of 2) sorted by relevance
30 static atomic_t thread_num_dynamic; variable132 if ((attr->stack_mem == NULL) && (thread_num_dynamic >= in osThreadNew()173 atomic_inc((atomic_t *)&thread_num_dynamic); in osThreadNew()
1854 * :github:`23062` - thread_num / thread_num_dynamic are never decremented in CMSIS v2 thread.c