Searched refs:inProgress (Results 1 – 1 of 1) sorted by relevance
64 static private Hashtable inProgress = new Hashtable(); field in RequestHandler253 synchronized (inProgress) { in run()255 there = (inProgress.get(syncTableKey) != null); in run()258 inProgress.put(syncTableKey, this); in run()318 synchronized (inProgress) { in run()320 (RequestHandler)inProgress.get(syncTableKey); in run()323 inProgress.remove(syncTableKey); in run()