Home | History | Annotate | Download | only in text

Lines Matching refs:sPool

76             Builder b = sPool.acquire();
110 sPool.release(b);
415 private static final SynchronizedPool<Builder> sPool = new SynchronizedPool<Builder>(3);