Searched refs:TestThread (Results 1 – 7 of 7) sorted by relevance
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | JobQueue_Test.java | 49 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnDispose() 72 TestThread t = new TestThread(waitTime); in testThreadLeavesJobQueueOnReply() 98 TestThread t = new TestThread(waitTime); in testStaticThreadExecutesJobs() 115 TestThread t = new TestThread(); in testStaticThreadExecutesAsyncs() 199 private static final class TestThread extends Thread { class in JobQueue_Test 205 public TestThread(int waitTime) { in TestThread() method in JobQueue_Test.TestThread 210 public TestThread() { in TestThread() method in JobQueue_Test.TestThread
|
H A D | ThreadPool_Test.java | 36 TestThread testThread = new TestThread(iThreadPool); in testDispose() 115 TestThread testThread = new TestThread(); in testStaticThreadSync() 182 TestThread testThread = new TestThread(); in testStaticThreadAsyncSyncOrder() 348 private static final class TestThread extends Thread { class in ThreadPool_Test 354 TestThread() { in TestThread() method in ThreadPool_Test.TestThread 358 TestThread(IThreadPool iThreadPool) { in TestThread() method in ThreadPool_Test.TestThread
|
/trunk/main/configmgr/qa/unit/ |
H A D | test.cxx | 111 class TestThread: public osl::Thread { class 113 TestThread(osl::Condition & stop); 127 TestThread::TestThread( in TestThread() function in __anon352546aa0111::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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/ridljar/test/com/sun/star/uno/ |
H A D | UnoRuntime_Test.java | 120 TestThread t1 = new TestThread(); in test_currentContext() 121 TestThread t2 = new TestThread(); in test_currentContext() 188 private final class TestThread extends Thread { class in UnoRuntime_Test
|
/trunk/main/sal/qa/osl/setthreadname/ |
H A D | test-setthreadname.cxx | 37 class TestThread: public osl::Thread, private boost::noncopyable { class 42 void TestThread::run() { in run() 65 TestThread t; in TEST_F()
|
Completed in 46 milliseconds