Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx87 TimeValue nTV; in thread_sleep_tenth_sec() local
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()
90 osl_waitThread(&nTV); in thread_sleep_tenth_sec()
/aoo42x/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()
/aoo42x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx88 TimeValue nTV; in thread_sleep_tenth_sec() local
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()
91 osl_waitThread(&nTV); in thread_sleep_tenth_sec()
/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx159 TimeValue nTV; in thread_sleep_tenth_sec() local
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()
162 osl_waitThread(&nTV); in thread_sleep_tenth_sec()

Completed in 515 milliseconds