Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java261 long aPool; in createPool() local
263 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) { in createPool()
266 Pool p = new Pool(this, aPool); in createPool()
277 public void destroyPool(Pool aPool) throws PoolsException in destroyPool() argument
279 elements.remove(aPool.getKey()); in destroyPool()
280 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()
292 long aPool; in getPool() local
294 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in getPool()
301 Pool p = new Pool(this, aPool); in getPool()
316 long aPool; in checkPool() local
[all …]