Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c48 name = osThreadGetName(thread_id); in thread1()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h373 const char *osThreadGetName(osThreadId_t thread_id);
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c220 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName() function