Searched refs:inProgress (Results 1 – 1 of 1) sorted by relevance
64 static private Hashtable inProgress = new Hashtable(); field in RequestHandler254 synchronized (inProgress) { in run()256 there = (inProgress.get(syncTableKey) != null); in run()259 inProgress.put(syncTableKey, this); in run()319 synchronized (inProgress) { in run()321 (RequestHandler)inProgress.get(syncTableKey); in run()324 inProgress.remove(syncTableKey); in run()