Searched refs:nTV (Results 1 – 4 of 4) sorted by relevance
83 TimeValue nTV; in thread_sleep_tenth_sec() local84 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()
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()
86 TimeValue nTV; in thread_sleep_tenth_sec() local87 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()
156 TimeValue nTV; in thread_sleep_tenth_sec() local157 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 35 milliseconds