Home
last modified time | relevance | path

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

/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java61 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnDispose()
82 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnReply()
106 TestThread t = new TestThread(waitTime); in testStaticThreadExecutesJobs()
121 TestThread t = new TestThread(); in testStaticThreadExecutesAsyncs()
204 private static final class TestThread extends Thread { class in JobQueue_Test
210 public TestThread(int waitTime) { in TestThread() method in JobQueue_Test.TestThread
215 public TestThread() { in TestThread() method in JobQueue_Test.TestThread
H A DThreadPool_Test.java48 TestThread testThread = new TestThread(iThreadPool); in testDispose()
124 TestThread testThread = new TestThread(); in testStaticThreadSync()
189 TestThread testThread = new TestThread(); in testStaticThreadAsyncSyncOrder()
353 private static final class TestThread extends Thread { class in ThreadPool_Test
359 TestThread() { in TestThread() method in ThreadPool_Test.TestThread
363 TestThread(IThreadPool iThreadPool) { in TestThread() method in ThreadPool_Test.TestThread
/aoo42x/main/configmgr/qa/unit/
H A Dtest.cxx111 class TestThread: public osl::Thread { class
113 TestThread(osl::Condition & stop);
127 TestThread::TestThread( in TestThread() function in __anonac1b0eb30111::TestThread
132 bool TestThread::getSuccess() const { in getSuccess()
136 void TestThread::run() { in run()
148 class ReaderThread: public TestThread {
165 TestThread(stop), test_(test), path_(path), relative_(relative) in ReaderThread()
174 class WriterThread: public TestThread {
192 TestThread(stop), test_(test), index_(0) in WriterThread()
/aoo42x/main/framework/test/threadtest/
H A Dthreadtest.cxx488 class TestThread : public OThread class
492 TestThread( ThreadSafeClass* pClass ,
512 TestThread::TestThread( ThreadSafeClass* pClass , in TestThread() function in TestThread
524 void SAL_CALL TestThread::run() in run()
578 void SAL_CALL TestThread::onTerminated() in onTerminated()
599 TestThread* pThread ;
649 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
/aoo42x/main/framework/test/
H A Dthreadtest.cxx493 class TestThread : public OThread class
497 TestThread( ThreadSafeClass* pClass ,
517 TestThread::TestThread( ThreadSafeClass* pClass , in TestThread() function in TestThread
529 void SAL_CALL TestThread::run() in run()
583 void SAL_CALL TestThread::onTerminated() in onTerminated()
604 TestThread* pThread ;
654 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
/aoo42x/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java123 TestThread t1 = new TestThread(); in test_currentContext()
124 TestThread t2 = new TestThread(); in test_currentContext()
191 private final class TestThread extends Thread { class in UnoRuntime_Test
/aoo42x/main/sal/qa/osl/setthreadname/
H A Dtest-setthreadname.cxx37 class TestThread: public osl::Thread, private boost::noncopyable { class
42 void TestThread::run() { in run()
65 TestThread t; in TEST_F()

Completed in 981 milliseconds