Searched refs:nTV (Results 1 – 4 of 4) sorted by relevance
87 TimeValue nTV; in thread_sleep_tenth_sec() local88 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()
203 TimeValue nTV; in thread_sleep_tenth_sec() local204 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() local333 nTV.Seconds = m_nWaitSec / 10 ; in run()334 nTV.Nanosec = ( m_nWaitSec%10 ) * 100000000 ; in run()335 wait( nTV ); in run()
88 TimeValue nTV; in thread_sleep_tenth_sec() local89 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()
159 TimeValue nTV; in thread_sleep_tenth_sec() local160 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 41 milliseconds