Home
last modified time | relevance | path

Searched refs:_nTenthSec (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx76 void thread_sleep_tenth_sec(sal_Int32 _nTenthSec/*, eSleepVerboseMode nVerbose = VERBOSE*/) in thread_sleep_tenth_sec() argument
84 Sleep(_nTenthSec * 100 ); in thread_sleep_tenth_sec()
88 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
89 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
/aoo42x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx82 void thread_sleep_tenth_sec(sal_Int32 _nTenthSec) in thread_sleep_tenth_sec() argument
85 Sleep(_nTenthSec * 100 ); in thread_sleep_tenth_sec()
89 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
90 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx153 void thread_sleep_tenth_sec(sal_Int32 _nTenthSec) in thread_sleep_tenth_sec() argument
156 Sleep(_nTenthSec * 100 ); in thread_sleep_tenth_sec()
160 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
161 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
/aoo42x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx192 void thread_sleep_tenth_sec(sal_Int32 _nTenthSec/*, eSleepVerboseMode nVerbose = VERBOSE*/) in thread_sleep_tenth_sec() argument
200 Sleep(_nTenthSec * 100 ); in thread_sleep_tenth_sec()
204 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
205 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()

Completed in 43 milliseconds