thread/test/sync/mutual_exclusion
Austin Beer c6863c4b27 Improve the sync_timed_queue test so it is less likely to fail in
non-deterministic timing environments
2019-04-02 09:46:52 -06:00
..
deque_views woraround for msvc <= 1900 2017-09-19 03:17:14 +02:00
locks Use macro for comparison so times are printed on failure 2018-04-27 12:03:49 -07:00
mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
null_mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
once/call_once Removed executable attribute. 2017-09-17 08:51:10 -04:00
queue_views woraround for msvc <= 1900 2017-09-19 03:17:14 +02:00
recursive_mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
recursive_timed_mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
shared_mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
sync_bounded_queue Fix sync_bounded_queue<>::size() 2017-05-10 13:12:01 +08:00
sync_deque Run some failing tests that work when BOOST_NO_CXX11_RVALUE_REFERENCES is not defined. 2015-02-28 12:35:23 +01:00
sync_pq Improve the sync_timed_queue test so it is less likely to fail in 2019-04-02 09:46:52 -06:00
sync_queue Run some failing tests that work when BOOST_NO_CXX11_RVALUE_REFERENCES is not defined. 2015-02-28 12:35:23 +01:00
synchronized_value Don't use atomic<thread::id> and so don't use testable_mutex. 2014-06-09 15:41:42 +02:00
timed_mutex Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
with_lock_guard Fix inspection issue. 2014-11-02 15:11:28 +01:00