Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx67 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
70 printf("# wait %d seconds. ", _nSec ); in thread_sleep()
74 Sleep( _nSec * 1000 ); in thread_sleep()
77 sleep( _nSec ); in thread_sleep()
/trunk/main/sal/qa/rtl/uuid/
H A Drtl_Uuid.cxx150 void thread_sleep(sal_Int32 _nSec) in thread_sleep() argument
153 Sleep(_nSec * 10 ); in thread_sleep()
156 sleep( _nSec ); in thread_sleep()
/trunk/main/sal/qa/osl/socket/
H A Dsockethelper.cxx182 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
189 Sleep( _nSec * 100 ); in thread_sleep()
192 usleep(_nSec * 100000); in thread_sleep()
H A Dsockethelper.hxx129 void thread_sleep( sal_Int32 _nSec );
H A Dosl_Socket.cxx206 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
209 printf("# wait %d seconds. ", _nSec ); in thread_sleep()
213 Sleep( _nSec * 100 ); in thread_sleep()
216 usleep(_nSec * 100000); in thread_sleep()
/trunk/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx68 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
75 Sleep( _nSec * 1000 ); in thread_sleep()
78 sleep( _nSec ); in thread_sleep()
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx675 void thread_sleep( sal_Int32 _nSec ) in thread_sleep() argument
682 Sleep( _nSec * 1000 ); in thread_sleep()
685 sleep( _nSec ); in thread_sleep()

Completed in 44 milliseconds