Home
last modified time | relevance | path

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

/AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java48 TestThread testThread = new TestThread(iThreadPool); in testDispose() local
53 synchronized(testThread) { in testDispose()
54 testThread.start(); in testDispose()
56 testThread.wait(); in testDispose()
58 threadId = testThread._threadId; in testDispose()
61 testThread.notifyAll(); in testDispose()
67 synchronized(testThread) { in testDispose()
71 testThread.wait(); in testDispose()
74 testThread.join(); in testDispose()
76 assure("", testThread._message.equals(message)); in testDispose()
[all …]