Home
last modified time | relevance | path

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

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