Lines Matching refs:BaseSeconds
109 boost::posix_time::ptime pt = delay(1*BaseSeconds, 0); in operator ()()
128 boost::posix_time::ptime pt = delay(3*BaseSeconds, 0); in operator ()()
157 boost::posix_time::ptime pt = delay(2*BaseSeconds); in operator ()()
176 boost::interprocess::ipcdetail::thread_sleep((1000*2*BaseSeconds)); in lock_and_sleep()
194 boost::interprocess::ipcdetail::thread_sleep((1000*2*BaseSeconds)); in lock_and_catch_errors()
211 boost::interprocess::ipcdetail::thread_sleep((1000*2*BaseSeconds)); in try_lock_and_sleep()
225 boost::interprocess::ipcdetail::thread_sleep((1000*2*BaseSeconds)); in timed_lock_and_sleep()
246 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_mutex_lock()
255 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_mutex_lock()
289 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_mutex_lock_timeout()
313 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_mutex_try_lock()
336 data<M> d1(1, 2*BaseSeconds); in test_mutex_timed_lock()
337 data<M> d2(2, 2*BaseSeconds); in test_mutex_timed_lock()
344 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_mutex_timed_lock()