# # ChangeLog for tests/concurrent/unified_locking # # Generated by Trac 1.2.1 # Jun 3, 2024, 1:32:32 AM Mon, 09 Jan 2023 21:16:23 GMT caparsons [53ef99a] * tests/concurrent/unified_locking/cond_perf.cfa (deleted) removed file accidentally included in earlier commit Mon, 09 Jan 2023 20:25:35 GMT caparsons [aa45b15] * tests/concurrent/unified_locking/.expect/block_spin_lock.txt (added) * tests/concurrent/unified_locking/.expect/clh.txt (added) * tests/concurrent/unified_locking/.expect/exp_backoff.txt (added) * tests/concurrent/unified_locking/.expect/fast_block_lock.txt (added) * tests/concurrent/unified_locking/.expect/futex_mutex.txt (added) * tests/concurrent/unified_locking/.expect/locks.txt (added) * tests/concurrent/unified_locking/.expect/mcs.txt (added) * tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt (added) * tests/concurrent/unified_locking/.expect/mcs_spin.txt (added) * tests/concurrent/unified_locking/.expect/pthread_locks.txt (added) * tests/concurrent/unified_locking/.expect/simple_owner_lock.txt (added) * tests/concurrent/unified_locking/.expect/spin_queue_lock.txt (added) * tests/concurrent/unified_locking/.expect/timeout_lock.txt (added) commit expect files for the unified locking dir move 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 ...