Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java263 long aPool; in createPool() local
265 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) { in createPool()
268 Pool p = new Pool(this, aPool); in createPool()
279 public void destroyPool(Pool aPool) throws PoolsException in destroyPool() argument
281 elements.remove(aPool.getKey()); in destroyPool()
282 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()
294 long aPool; in getPool() local
296 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in getPool()
303 Pool p = new Pool(this, aPool); in getPool()
318 long aPool; in checkPool() local
[all …]