Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc132 typedef struct ThreadEntry { struct
135 } ThreadEntry; argument
189 ThreadEntry* threads;
653 pKeys->threads = new ThreadEntry[count]; in parseThreads()
796 return ((const ThreadEntry*) thread1)->threadId - in compareThreads()
797 ((const ThreadEntry*) thread2)->threadId; in compareThreads()