Searched refs:_jobQueue (Results 1 – 1 of 1) sorted by relevance
64 t._jobQueue.dispose(t._disposeId, new RuntimeException (msg)); in testThreadLeavesJobQueueOnDispose()85 t._jobQueue.putJob( in testThreadLeavesJobQueueOnReply()108 testExecuteJobs(t._jobQueue); in testStaticThreadExecutesJobs()109 t._jobQueue.dispose(t._disposeId, in testStaticThreadExecutesJobs()125 t._jobQueue = __javaThreadPoolFactory.getJobQueue(t._threadId); in testStaticThreadExecutesAsyncs()126 assure("", t._jobQueue._ref_count == 1); in testStaticThreadExecutesAsyncs()130 t._jobQueue.dispose(t._disposeId, in testStaticThreadExecutesAsyncs()207 public JobQueue _jobQueue = null; field in JobQueue_Test.TestThread212 _jobQueue = new JobQueue(__javaThreadPoolFactory, _threadId, false); in TestThread()228 _jobQueue.enter(_disposeId); in run()
Completed in 18 milliseconds