Home
last modified time | relevance | path

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

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