Searched refs:HashEntry (Results 1 – 1 of 1) sorted by relevance
592 } HashEntry; typedef594 static HashEntry* HashTable[31];603 HashEntry *pEntry; in lookupThreadId()625 HashEntry *pEntry, *pInsert = NULL; in insertThreadId()642 pEntry = (HashEntry*) calloc(sizeof(HashEntry), 1); in insertThreadId()666 HashEntry *pEntry, *pRemove = NULL; in removeThreadId()
Completed in 13 milliseconds