Home
last modified time | relevance | path

Searched refs:_nSec (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx61 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
64 t_print("# wait %d seconds. ", _nSec ); in thread_sleep()
68 Sleep( _nSec * 1000 ); in thread_sleep()
71 sleep( _nSec ); in thread_sleep()
/aoo41x/main/sal/qa/rtl/uuid/
H A Drtl_Uuid.cxx147 void thread_sleep(sal_Int32 _nSec) in thread_sleep() argument
150 Sleep(_nSec * 10 ); in thread_sleep()
153 sleep( _nSec ); in thread_sleep()
/aoo41x/main/sal/qa/osl/socket/
H A Dsockethelper.cxx183 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
190 Sleep( _nSec * 100 ); in thread_sleep()
193 usleep(_nSec * 100000); in thread_sleep()
H A Dsockethelper.hxx130 void thread_sleep( sal_Int32 _nSec );
H A Dosl_Socket.cxx205 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
208 t_print("# wait %d seconds. ", _nSec ); in thread_sleep()
212 Sleep( _nSec * 100 ); in thread_sleep()
215 usleep(_nSec * 100000); in thread_sleep()
/aoo41x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx66 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
73 Sleep( _nSec * 1000 ); in thread_sleep()
76 sleep( _nSec ); in thread_sleep()
/aoo41x/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx882 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
889 Sleep( _nSec * 1000 ); in thread_sleep()
892 sleep( _nSec ); in thread_sleep()

Completed in 58 milliseconds