Home
last modified time | relevance | path

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

/Zephyr-4.3.0/include/zephyr/portability/
Dcmsis_os2.h439 uint32_t osThreadGetCount(void);
/Zephyr-4.3.0/subsys/portability/cmsis_rtos_v2/
Dthread.c501 uint32_t osThreadGetCount(void) in osThreadGetCount() function
/Zephyr-4.3.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c124 zassert_equal(osThreadGetCount(), 2, "Incorrect number of cmsis rtos v2 threads"); in thread_apis_common()