Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 207) sorted by relevance

123456789

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java56 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 DJobQueue_Test.java161 workAt.wait(); in testExecuteJobs()
185 workAt.wait(); in testAsyncJobQueue()
242 lock.wait(); in waitToStart()
250 lock.wait(); in waitToTerminate()
/trunk/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx111 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()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java44 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()
/trunk/main/bridges/test/java_uno/acquire/
H A Dreadme.txt5 > 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
/trunk/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.cxx45 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()
/trunk/main/framework/test/
H A Dtest_statusindicatorfactory.bas61 wait( 1 )
77 wait( 1 )
80 wait( 1000 )
83 wait( 1000 )
/trunk/main/sal/qa/osl/thread/
H A Dtest_thread.cxx48 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()
/trunk/main/salhelper/inc/salhelper/
H A Dmonitor.hxx94 inline void wait() SAL_THROW(()) in wait() function in salhelper::MonitorCondition
96 Condition::wait(); in wait()
156 m_aMonitor.wait(); in acquireWriter()
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx125 void wait() in wait() function in __anonc5b891690111::Win32Condition
386 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()
419 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()
493 aMsgCtx.aCondition.wait( /* infinite */ ); in registerClipViewer()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx354 osl::Thread::wait(aTimeValue); in TEST_F()
368 osl::Thread::wait(aTimeValue); in TEST_F()
383 osl::Thread::wait(aTimeValue); in TEST_F()
/trunk/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx284 m_aListenerSet.wait(); in impl_notify()
366 m_aSourceSet.wait(); in getStaticResultSet()
452 m_aSourceSet.wait(); in getCapabilities()
/trunk/main/vos/inc/vos/
H A Dconditn.hxx79 virtual TResult SAL_CALL wait(const TimeValue* pTimeout = 0)= 0;
118 TResult SAL_CALL wait(const TimeValue* pTimeout = 0);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicHandler.java249 wait(10000); // waiting for basic response for 10 seconds. in Connect()
287 wait(iBasicTimeout); in perform()
379 wait(1000); in dispose()
/trunk/main/framework/inc/threadhelp/
H A Dgate.hxx205 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()
/trunk/main/forms/qa/integration/forms/
H A DTestCase.java76 synchronized ( this ) { wait( 1000 ); } in closeDocumentByUI()
129 wait(); in waitForUserInput()
H A DListSelection.java89 synchronized( this ) { this.wait( 1000 ); } in checkUserListSelection()
124 this.wait( 500 ); in impl_clickListBox()
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx180 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()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx508 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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java129 wait(__waitTime); in receive()
182 wait(__waitTime); // we wait for data or for the pipe to be closed in read()
/trunk/main/cppu/source/AffineBridge/
H A DAffineBridge.cxx186 m_outerCondition.wait(); in outerDispatch()
220 m_innerCondition.wait(); in innerDispatch()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDataSource.idl61 /** 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 DXDriverManager.idl96 /** sets the maximum time in seconds that a driver will wait
107 /** gets the maximum time in seconds that a driver can wait
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java219 wait(waitTime); in removeJob()
256 _async_jobQueue.wait(); in removeJob()
/trunk/main/sw/source/ui/dbui/
H A Dmaildispatcher.cxx117 mail_dispatcher_active_.wait(); in MailDispatcher()
258 wakening_call_.wait(); in run()

Completed in 125 milliseconds

123456789