thread/test/sync/mutual_exclusion/locks/lock_guard
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
..
adopt_lock_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
copy_assign_fail.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
copy_ctor_fail.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
default_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
lock_guard_adopt_lock_compile_fail.cpp Add thread safety annotations for lock_guard 2018-03-01 15:57:00 -08:00
lock_guard_adopt_lock_compile_pass.cpp Add thread safety annotations for lock_guard 2018-03-01 15:57:00 -08:00
lock_guard_compile_fail.cpp Add thread safety annotations for lock_guard 2018-03-01 15:57:00 -08:00
lock_guard_compile_pass.cpp Add thread safety annotations for lock_guard 2018-03-01 15:57:00 -08:00
make_lock_guard_adopt_lock_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
make_lock_guard_pass.cpp Subtract measured sleep time instead of constant 250 ms 2018-04-27 12:03:49 -07:00
types_pass.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00