Searched refs:_nSec (Results 1 – 7 of 7) sorted by relevance
61 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument64 t_print("# wait %d seconds. ", _nSec ); in thread_sleep()68 Sleep( _nSec * 1000 ); in thread_sleep()71 sleep( _nSec ); in thread_sleep()
147 void thread_sleep(sal_Int32 _nSec) in thread_sleep() argument150 Sleep(_nSec * 10 ); in thread_sleep()153 sleep( _nSec ); in thread_sleep()
183 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument190 Sleep( _nSec * 100 ); in thread_sleep()193 usleep(_nSec * 100000); in thread_sleep()
130 void thread_sleep( sal_Int32 _nSec );
205 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument208 t_print("# wait %d seconds. ", _nSec ); in thread_sleep()212 Sleep( _nSec * 100 ); in thread_sleep()215 usleep(_nSec * 100000); in thread_sleep()
66 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument73 Sleep( _nSec * 1000 ); in thread_sleep()76 sleep( _nSec ); in thread_sleep()
882 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument889 Sleep( _nSec * 1000 ); in thread_sleep()892 sleep( _nSec ); in thread_sleep()
Completed in 53 milliseconds