Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java337 __iThreadPool.putJob( in putJob()
355 this(__iThreadPool); in TestThread()
400 __iThreadPool.getThreadId(), false, "oid", __workAt_td, null, in syncCall()
404 ThreadPool_Test.__iThreadPool.putJob( in syncCall()
410 ThreadPool_Test.__iThreadPool.attach(); in asyncCall()
411 ThreadPool_Test.putJob(this, true, __iThreadPool.getThreadId(), in asyncCall()
414 ThreadPool_Test.__iThreadPool.enter(); in asyncCall()
415 ThreadPool_Test.__iThreadPool.detach(); in asyncCall()
430 private static final IThreadPool __iThreadPool = ThreadPoolManager.create(); field in ThreadPool_Test