Home
last modified time | relevance | path

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

/aoo4110/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java122 JobQueue async_jobQueue = new JobQueue(__javaThreadPoolFactory, in testStaticThreadExecutesAsyncs() local
124 assure("", async_jobQueue._ref_count == 1); in testStaticThreadExecutesAsyncs()
129 testAsyncJobQueue(workAt, async_jobQueue, t._threadId); in testStaticThreadExecutesAsyncs()
139 JobQueue async_jobQueue = new JobQueue(__javaThreadPoolFactory, in testDynamicThreadExecutesAsyncs() local
142 testAsyncJobQueue(workAt, async_jobQueue, threadId); in testDynamicThreadExecutesAsyncs()
167 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue() argument
172 testSendRequests(workAt, "asyncCall", async_jobQueue); in testAsyncJobQueue()
176 async_jobQueue._sync_jobQueue.putJob( in testAsyncJobQueue()
/aoo4110/main/jurt/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 50 milliseconds