Home
last modified time | relevance | path

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 RequestHandler
253 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()