Searched refs:threadTimestampMap (Results 1 – 1 of 1) sorted by relevance
186 HashMap<Integer, Integer> threadTimestampMap) throws Exception { in CheckTimestamp() argument187 if (threadTimestampMap.containsKey(threadId)) { in CheckTimestamp()188 int oldTimestamp = threadTimestampMap.get(threadId); in CheckTimestamp()194 threadTimestampMap.put(threadId, timestamp); in CheckTimestamp()