Searched refs:_nSec (Results 1 – 7 of 7) sorted by relevance
67 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument70 printf("# wait %d seconds. ", _nSec ); in thread_sleep()74 Sleep( _nSec * 1000 ); in thread_sleep()77 sleep( _nSec ); in thread_sleep()
150 void thread_sleep(sal_Int32 _nSec) in thread_sleep() argument153 Sleep(_nSec * 10 ); in thread_sleep()156 sleep( _nSec ); in thread_sleep()
182 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument189 Sleep( _nSec * 100 ); in thread_sleep()192 usleep(_nSec * 100000); in thread_sleep()
129 void thread_sleep( sal_Int32 _nSec );
206 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument209 printf("# wait %d seconds. ", _nSec ); in thread_sleep()213 Sleep( _nSec * 100 ); in thread_sleep()216 usleep(_nSec * 100000); in thread_sleep()
68 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument75 Sleep( _nSec * 1000 ); in thread_sleep()78 sleep( _nSec ); in thread_sleep()
675 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument682 Sleep( _nSec * 1000 ); in thread_sleep()685 sleep( _nSec ); in thread_sleep()
Completed in 40 milliseconds