Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dfatal.c49 static const char *thread_name_get(struct k_thread *thread) in thread_name_get() function
114 LOG_ERR("Current thread: %p (%s)", thread, thread_name_get(thread)); in z_fatal_error()