Searched refs:BaseSeconds (Results 1 – 3 of 3) sorted by relevance
43 boost::interprocess::ipcdetail::thread_sleep((1000*3*BaseSeconds)); in plain_exclusive()54 boost::interprocess::ipcdetail::thread_sleep((1000*pdata->m_secs*BaseSeconds)); in plain_shared()65 boost::interprocess::ipcdetail::thread_sleep((1000*3*BaseSeconds)); in try_exclusive()78 boost::interprocess::ipcdetail::thread_sleep((1000*pdata->m_secs*BaseSeconds)); in try_shared()92 boost::interprocess::ipcdetail::thread_sleep((1000*3*BaseSeconds)); in timed_exclusive()107 boost::interprocess::ipcdetail::thread_sleep((1000*pdata->m_secs*BaseSeconds)); in timed_shared()130 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_plain_sharable_mutex()136 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_plain_sharable_mutex()169 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_plain_sharable_mutex()210 boost::interprocess::ipcdetail::thread_sleep((1000*1*BaseSeconds)); in test_try_sharable_mutex()[all …]
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()[all …]
87 static const int BaseSeconds = 1; variable