Searched refs:ThreadEntry (Results 1 – 1 of 1) sorted by relevance
130 typedef struct ThreadEntry { struct133 } ThreadEntry; typedef187 ThreadEntry* threads;735 pKeys->threads = (ThreadEntry*) malloc(sizeof(ThreadEntry) * count); in parseThreads()900 return ((const ThreadEntry*) thread1)->threadId - in compareThreads()901 ((const ThreadEntry*) thread2)->threadId; in compareThreads()