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