Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx83 TimeValue nTV; in thread_sleep_tenth_sec() local
84 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
85 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
86 osl_waitThread(&nTV); in thread_sleep_tenth_sec()
/aoo41x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx203 TimeValue nTV; in thread_sleep_tenth_sec() local
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()
206 osl_waitThread(&nTV); in thread_sleep_tenth_sec()
332 TimeValue nTV; in run() local
333 nTV.Seconds = m_nWaitSec / 10 ; in run()
334 nTV.Nanosec = ( m_nWaitSec%10 ) * 100000000 ; in run()
335 wait( nTV ); in run()
/aoo41x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx86 TimeValue nTV; in thread_sleep_tenth_sec() local
87 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
88 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
89 osl_waitThread(&nTV); in thread_sleep_tenth_sec()
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx156 TimeValue nTV; in thread_sleep_tenth_sec() local
157 nTV.Seconds = static_cast<sal_uInt32>( _nTenthSec/10 ); in thread_sleep_tenth_sec()
158 nTV.Nanosec = ( (_nTenthSec%10 ) * 100000000 ); in thread_sleep_tenth_sec()
159 osl_waitThread(&nTV); in thread_sleep_tenth_sec()

Completed in 38 milliseconds