Lines Matching refs:threadName
142 const char* threadName; member
832 pKeys->threads[i].threadName = data + tab +1; in parseThreads()
1076 pKeys->threads[i].threadId, pKeys->threads[i].threadName); in parseKeys()
1902 char *threadName; in printThreadProfile() local
1908 threadName = (char*)(thread.threadName); in printThreadProfile()
1916 threadName = htmlEscape(threadName, threadBuf, HTML_BUFSIZE); in printThreadProfile()
1923 printf(" %3d %s\n", threadId, threadName); in printThreadProfile()
1957 char *threadName; in printThreadProfile() local
1958 threadName = (char*) thread.threadName; in printThreadProfile()
1960 threadName = htmlEscape(threadName, threadBuf, HTML_BUFSIZE); in printThreadProfile()
1967 threadName); in printThreadProfile()