Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c85 uint32_t size = osThreadGetStackSize(thread_array[i]); in thread2()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h387 uint32_t osThreadGetStackSize(osThreadId_t thread_id);
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c350 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize() function