Home
last modified time | relevance | path

Searched refs:BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dworkaround.hpp167 #ifndef BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS
168 #define BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS 10000 macro
/third_party/boost/libs/interprocess/test/
Dmutex_timeout_test.cpp13 #define BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS 1000 macro
Dmutex_test_template.hpp269 int wait_time_s = BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS / 1000; in test_mutex_lock_timeout()
/third_party/boost/boost/interprocess/sync/detail/
Dcommon_algorithms.hpp81 + boost::posix_time::milliseconds(BOOST_INTERPROCESS_TIMEOUT_WHEN_LOCKING_DURATION_MS); in timeout_when_locking_aware_lock()