Searched refs:TestThread (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | JobQueue_Test.java | 61 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 D | ThreadPool_Test.java | 48 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
|
/aoo41x/main/configmgr/qa/unit/ |
H A D | test.cxx | 136 class TestThread: public osl::Thread { class 138 TestThread(osl::Condition & stop); 152 TestThread::TestThread( in TestThread() function in __anon73eaca920111::TestThread 157 bool TestThread::getSuccess() const { in getSuccess() 161 void TestThread::run() { in run() 173 class ReaderThread: public TestThread { 190 TestThread(stop), test_(test), path_(path), relative_(relative) in ReaderThread() 199 class WriterThread: public TestThread { 217 TestThread(stop), test_(test), index_(0) in WriterThread()
|
/aoo41x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 488 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()
|
/aoo41x/main/framework/test/ |
H A D | threadtest.cxx | 493 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()
|
/aoo41x/main/ridljar/test/com/sun/star/uno/ |
H A D | UnoRuntime_Test.java | 123 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
|
/aoo41x/main/sal/qa/osl/setthreadname/ |
H A D | test-setthreadname.cxx | 40 class TestThread: public osl::Thread, private boost::noncopyable { class 45 void TestThread::run() { in run() 74 TestThread t; in test()
|
Completed in 49 milliseconds