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

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java79 static protected AgerThread thrAger = null; field in class:ServiceTable
93 if (thrAger != null) {
100 thrAger = new AgerThread();
105 thrAger.setPriority(Thread.MIN_PRIORITY);
107 thrAger.start();
684 thrAger.interrupt();

Completed in 25 milliseconds