Searched refs:MAX_WAITTIME (Results 1 – 2 of 2) sorted by relevance
42 const sal_uInt32 MAX_WAITTIME = 2000; // msec variable219 sal_uInt32 dwResult = WaitForSingleObject( m_hStaThread, MAX_WAITTIME ); in ~CMtaFolderPicker()248 if ( WaitForSingleObject( m_hEvtThrdReady, MAX_WAITTIME ) != WAIT_OBJECT_0 ) in browseForFolder()
87 const sal_uInt32 MAX_WAITTIME = 10000; // msec variable883 m_hEvtThrdReady, MAX_WAITTIME ); in WaitForThreadReady()
Completed in 20 milliseconds