Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java52 t._jobQueue.dispose(t._disposeId, new RuntimeException (msg)); in testThreadLeavesJobQueueOnDispose()
75 t._jobQueue.putJob( in testThreadLeavesJobQueueOnReply()
100 testExecuteJobs(t._jobQueue); in testStaticThreadExecutesJobs()
101 t._jobQueue.dispose(t._disposeId, in testStaticThreadExecutesJobs()
119 t._jobQueue = __javaThreadPoolFactory.getJobQueue(t._threadId); in testStaticThreadExecutesAsyncs()
120 assertTrue("", t._jobQueue._ref_count == 1); in testStaticThreadExecutesAsyncs()
124 t._jobQueue.dispose(t._disposeId, in testStaticThreadExecutesAsyncs()
202 public JobQueue _jobQueue = null; field in JobQueue_Test.TestThread
207 _jobQueue = new JobQueue(__javaThreadPoolFactory, _threadId, false); in TestThread()
223 _jobQueue.enter(_disposeId); in run()

Completed in 10 milliseconds