Home
last modified time | relevance | path

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

/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java47 IThreadPool iThreadPool = ThreadPoolManager.create(); in testDispose() local
48 TestThread testThread = new TestThread(iThreadPool); in testDispose()
69 iThreadPool.dispose(new RuntimeException(message)); in testDispose()
363 TestThread(IThreadPool iThreadPool) { in TestThread() argument
364 _iThreadPool = iThreadPool; in TestThread()

Completed in 7 milliseconds