thread/test/sync/mutual_exclusion/recursive_timed_mutex
Tom Hughes 3b52a8950f Subtract measured sleep time instead of constant 250 ms
boost::this_thread::sleep_for is allowed to sleep longer than the
requested sleep time. This seems to happen especially on virtualized
systems, such as CircleCI.
2018-04-27 12:03:49 -07:00
..
assign_fail.cpp Thread: merge from trunk: 1.52 2012-09-08 14:59:26 +00:00
copy_fail.cpp Thread: merge from trunk: 1.52 2012-09-08 14:59:26 +00:00
default_pass.cpp Threads: Added a lot of unit tests 2012-01-03 21:23:11 +00:00
lock_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
native_handle_pass.cpp Thread: Add explicit #error when the test is not applicable 2012-02-16 18:12:03 +00:00
try_lock_for_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
try_lock_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
try_lock_until_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00