/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadPool_Test.java | 56 testThread.wait(); in testDispose() 71 testThread.wait(); in testDispose() 94 workAt.wait(); in testThreadAsync() 115 workAt.wait(); in testDynamicThreadSync() 132 testThread.wait(); in testStaticThreadSync() 151 testThread.wait(); in testStaticThreadSync() 180 workAt.wait(); in testDynamicThreadAsyncSyncOrder() 195 testThread.wait(); in testStaticThreadAsyncSyncOrder() 222 testThread.wait(); in testStaticThreadAsyncSyncOrder() 240 workAt.wait(); in testStress() [all …]
|
H A D | JobQueue_Test.java | 161 workAt.wait(); in testExecuteJobs() 185 workAt.wait(); in testAsyncJobQueue() 242 lock.wait(); in waitToStart() 250 lock.wait(); in waitToTerminate()
|
/aoo42x/main/sal/qa/osl/condition/ |
H A D | osl_Condition.cxx | 111 m_MyCon.wait(); break; in run() 227 osl::Condition::Result r1=cond1.wait(&tv1); in TEST() 228 osl::Condition::Result r2=cond2.wait(); in TEST() 229 osl::Condition::Result r3=cond3.wait(&tv1); in TEST() 233 ASSERT_TRUE( cond1.wait(&tv1) == ::osl::Condition::result_ok ); in TEST() 234 ASSERT_TRUE( cond2.wait() == ::osl::Condition::result_ok ); in TEST() 235 ASSERT_TRUE( cond3.wait(&tv1) == ::osl::Condition::result_timeout ); in TEST() 246 wRes = aCond.wait( &tv1 ); in TEST() 249 wRes1 = aCond.wait( &tv1 ); in TEST()
|
/aoo42x/main/bridges/test/com/sun/star/lib/ |
H A D | TestBed.java | 44 Class client, long wait) throws Exception { in execute() argument 61 if (wait <= 0) { in execute() 65 Thread.sleep(wait); in execute() 189 wait(); in waitAccepting() 195 wait(); in waitDone()
|
/aoo42x/main/bridges/test/java_uno/acquire/ |
H A D | readme.txt | 5 > sleep 3 # wait for server to accept connection 10 > sleep 3 # wait for server to accept connection 15 > sleep 3 # wait for server to accept connection 20 > sleep 3 # wait for server to accept connection
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | asyncrequests.cxx | 45 aCondition.wait(0); in lcl_sleep() 51 aCondition.wait(&aTime); in lcl_sleep() 58 void Request::wait(::sal_Int32 nMilliSeconds) in wait() function in fpicker::win32::vista::Request 124 rRequest->wait(Request::WAIT_INFINITE); in triggerRequestBlocked()
|
/aoo42x/main/framework/test/ |
H A D | test_statusindicatorfactory.bas | 61 wait( 1 ) 77 wait( 1 ) 80 wait( 1000 ) 83 wait( 1000 )
|
/aoo42x/main/sal/qa/osl/thread/ |
H A D | test_thread.cxx | 48 ASSERT_EQ(osl::Condition::result_ok, global.wait()); in onTerminated() 68 ASSERT_EQ(osl::Condition::result_ok, c.wait()); in TEST_F() 75 osl::Thread::wait(twentySeconds); in TEST_F()
|
/aoo42x/main/salhelper/inc/salhelper/ |
H A D | monitor.hxx | 94 inline void wait() SAL_THROW(()) in wait() function in salhelper::MonitorCondition 96 Condition::wait(); in wait() 156 m_aMonitor.wait(); in acquireWriter()
|
/aoo42x/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 125 void wait() in wait() function in __anone8e74b720111::Win32Condition 386 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard() 419 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard() 493 aMsgCtx.aCondition.wait( /* infinite */ ); in registerClipViewer()
|
/aoo42x/main/sal/qa/testHelperFunctions/ |
H A D | testHelperFunctions.cxx | 354 osl::Thread::wait(aTimeValue); in TEST_F() 368 osl::Thread::wait(aTimeValue); in TEST_F() 383 osl::Thread::wait(aTimeValue); in TEST_F()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | dynamicresultsetwrapper.cxx | 284 m_aListenerSet.wait(); in impl_notify() 366 m_aSourceSet.wait(); in getStaticResultSet() 452 m_aSourceSet.wait(); in getCapabilities()
|
/aoo42x/main/vos/inc/vos/ |
H A D | conditn.hxx | 79 virtual TResult SAL_CALL wait(const TimeValue* pTimeout = 0)= 0; 118 TResult SAL_CALL wait(const TimeValue* pTimeout = 0);
|
/aoo42x/main/qadevOOo/runner/basicrunner/ |
H A D | BasicHandler.java | 249 wait(10000); // waiting for basic response for 10 seconds. in Connect() 287 wait(iBasicTimeout); in perform() 379 wait(1000); in dispose()
|
/aoo42x/main/framework/inc/threadhelp/ |
H A D | gate.hxx | 205 inline virtual sal_Bool wait( const TimeValue* pTimeOut = NULL ) in wait() function in framework::Gate 224 bSuccessful = ( m_aPassage.wait( pTimeOut ) == ::osl::Condition::result_ok ); in wait()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | TestCase.java | 76 synchronized ( this ) { wait( 1000 ); } in closeDocumentByUI() 129 wait(); in waitForUserInput()
|
/aoo42x/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 180 void wait() in wait() function in framework::UndoManagerRequest 182 m_finishCondition.wait(); in wait() 530 pRequest->wait(); in impl_processRequest() 554 pRequest->wait(); in impl_processRequest()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 508 aResult = m_aCondition.wait(&tv); in run() 559 aResult = m_aCondition.wait(&tv); in run() 581 aResult = m_aCondition.wait(&tv); in run() 694 m_aCondition.wait(&tv); in run() 748 m_aCondition.wait(&tv); in run()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/ |
H A D | PipedConnection.java | 129 wait(__waitTime); in receive() 182 wait(__waitTime); // we wait for data or for the pipe to be closed in read()
|
/aoo42x/main/cppu/source/AffineBridge/ |
H A D | AffineBridge.cxx | 186 m_outerCondition.wait(); in outerDispatch() 220 m_innerCondition.wait(); in innerDispatch()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XDataSource.idl | 61 /** sets the maximum time in seconds that this data source will wait 79 /** gets the maximum time in seconds that this data source can wait
|
H A D | XDriverManager.idl | 96 /** sets the maximum time in seconds that a driver will wait 107 /** gets the maximum time in seconds that a driver can wait
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | JobQueue.java | 219 wait(waitTime); in removeJob() 256 _async_jobQueue.wait(); in removeJob()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | maildispatcher.cxx | 117 mail_dispatcher_active_.wait(); in MailDispatcher() 258 wakening_call_.wait(); in run()
|
/aoo42x/main/chart2/source/tools/ |
H A D | LifeTime.cxx | 164 m_aNoAccessCountCondition.wait(); in dispose() 438 m_aEndTryClosingCondition.wait(); //@todo??? this may block??? try closing in impl_canStartApiCall()
|