# # ChangeLog for tests/unified_locking/locks.cfa # # Generated by Trac 1.2.1 # Mar 28, 2024, 6:21:03 AM Wed, 04 May 2022 19:28:33 GMT caparsons [ec57856] * tests/unified_locking/.expect/fast_block_lock.txt (added) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/fast_block_lock.cfa (added) * tests/unified_locking/locks.cfa (modified) added fast lock tests Mon, 17 Jan 2022 19:25:00 GMT Thierry Delisle [0fc447c] * libcfa/src/concurrency/locks.hfa (modified) * tests/concurrent/.expect/semaphore.txt (deleted) * tests/concurrent/.expect/spinaphore.txt (deleted) * tests/concurrent/semaphore.cfa (deleted) * tests/concurrent/spinaphore.cfa (deleted) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) * tests/zombies/fastlock.cfa (deleted) Removed fast_lock, which doesn't seemed to have ever worked and isn't ... Tue, 29 Jun 2021 21:33:38 GMT caparsons [5a46e09] * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) Added Martins SpinCondLock as linear_backoff_then_block lock Wed, 31 Mar 2021 17:48:15 GMT Thierry Delisle [22b7579] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) Changed is_blocking_lock trait to use on_wakeup. Fixed fast_lock to ... Tue, 22 Dec 2020 19:48:28 GMT caparsons [84f49be] * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) shortened locks test and added full length version to longrun tests Mon, 21 Dec 2020 14:58:19 GMT caparsons [ebd1899] * tests/.expect/locks.txt (added) * tests/.expect/timeout_lock.txt (added) * tests/unified_locking/locks.cfa (moved) * tests/unified_locking/timeout_lock.cfa (moved) tweaked unified locking tests and added expect files