Searched refs:inProgress (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java64 static private Hashtable inProgress = new Hashtable(); field in class:RequestHandler
253 synchronized (inProgress) {
255 there = (inProgress.get(syncTableKey) != null);
258 inProgress.put(syncTableKey, this);
318 synchronized (inProgress) {
320 (RequestHandler)inProgress.get(syncTableKey);
323 inProgress.remove(syncTableKey);

Completed in 45 milliseconds