Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java116 JobQueue async_jobQueue = new JobQueue(__javaThreadPoolFactory, in testStaticThreadExecutesAsyncs() local
118 assertTrue("", async_jobQueue._ref_count == 1); in testStaticThreadExecutesAsyncs()
123 testAsyncJobQueue(workAt, async_jobQueue, t._threadId); in testStaticThreadExecutesAsyncs()
134 JobQueue async_jobQueue = new JobQueue(__javaThreadPoolFactory, in testDynamicThreadExecutesAsyncs() local
137 testAsyncJobQueue(workAt, async_jobQueue, threadId); in testDynamicThreadExecutesAsyncs()
162 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue() argument
167 testSendRequests(workAt, "asyncCall", async_jobQueue); in testAsyncJobQueue()
171 async_jobQueue._sync_jobQueue.putJob( in testAsyncJobQueue()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPool.java108 JobQueue async_jobQueue = _javaThreadPoolFactory.getAsyncJobQueue(job.getThreadId()); in putJob() local
111 if(async_jobQueue == null) // so, there is really no async queue in putJob()
112 async_jobQueue = new JobQueue(_javaThreadPoolFactory, job.getThreadId()); in putJob()
115 async_jobQueue.putJob(job, this); in putJob()

Completed in 13 milliseconds