Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/synchronization/src/
Dmain.c41 struct k_thread *current_thread; in helloLoop() local
47 current_thread = k_current_get(); in helloLoop()
48 tname = k_thread_name_get(current_thread); in helloLoop()