Lines Matching refs:putJob

87             putJob(workAt, false, threadId, "increment");  in testThreadAsync()
91 putJob(workAt, false, threadId, "notifyme"); in testThreadAsync()
108 putJob(workAt, true, threadId, "increment"); in testDynamicThreadSync()
112 putJob(workAt, true, threadId, "notifyme"); in testDynamicThreadSync()
143 putJob(workAt, true, threadId, "increment"); in testStaticThreadSync()
149 putJob(workAt, true, threadId, null); in testStaticThreadSync()
167 putJob(workAt, false, threadId, "asyncCall"); in testDynamicThreadAsyncSyncOrder()
173 putJob(workAt, true, threadId, "syncCall"); in testDynamicThreadAsyncSyncOrder()
177 putJob(workAt, true, threadId, "notifyme"); in testDynamicThreadAsyncSyncOrder()
203 putJob(workAt, false, threadId, "asyncCall"); in testStaticThreadAsyncSyncOrder()
214 putJob(workAt, true, threadId, "syncCall"); in testStaticThreadAsyncSyncOrder()
220 putJob(workAt, true, threadId, null); in testStaticThreadAsyncSyncOrder()
235 putJob(workAt, true, threadID, "increment"); in testStress()
236 putJob(workAt, false, threadID, "increment"); in testStress()
323 putJob( myWorkAt, false , threadId, "asyncCall" ); in testAsyncSync()
325 putJob(workAt, false, threadId, "asyncCall"); in testAsyncSync()
329 putJob(workAt, false, threadId, "notifyme"); in testAsyncSync()
340 private static void putJob(TestIWorkAt iWorkAt, boolean synchron, in putJob() method in ThreadPool_Test
342 __iThreadPool.putJob( in putJob()
409 ThreadPool_Test.__iThreadPool.putJob( in syncCall()
416 ThreadPool_Test.putJob(this, true, __iThreadPool.getThreadId(), in asyncCall()