# # ChangeLog for tests/concurrent/unified_locking/test_debug.cfa # # Generated by Trac 1.2.1 # Jun 20, 2024, 11:22:26 AM Mon, 09 Jan 2023 20:23:48 GMT caparsons [357ab79] * tests/concurrent/unified_locking/block_spin_lock.cfa (added) * tests/concurrent/unified_locking/clh.cfa (added) * tests/concurrent/unified_locking/cond_perf.cfa (added) * tests/concurrent/unified_locking/exp_backoff.cfa (added) * tests/concurrent/unified_locking/fast_block_lock.cfa (added) * tests/concurrent/unified_locking/futex_mutex.cfa (added) * tests/concurrent/unified_locking/locks.cfa (added) * tests/concurrent/unified_locking/mcs.cfa (added) * tests/concurrent/unified_locking/mcs_block_spin_lock.cfa (added) * tests/concurrent/unified_locking/mcs_spin.cfa (added) * tests/concurrent/unified_locking/mutex_test.hfa (added) * tests/concurrent/unified_locking/pthread_locks.cfa (added) * tests/concurrent/unified_locking/simple_owner_lock.cfa (added) * tests/concurrent/unified_locking/spin_queue_lock.cfa (added) * tests/concurrent/unified_locking/spintest.cfa (added) * tests/concurrent/unified_locking/test_debug.cfa (added) * tests/concurrent/unified_locking/thread_test.cfa (added) * tests/concurrent/unified_locking/timeout_lock.cfa (added) moved unified locking tests to be under concurrent directory since ...