Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dthread_analyzer.c103 char hexname[PTR_STR_MAXLEN + 1]; in thread_analyze_cb() local
113 name = hexname; in thread_analyze_cb()
114 snprintk(hexname, sizeof(hexname), "%p", (void *)thread); in thread_analyze_cb()