# # ChangeLog for tests/concurrent/spinaphore.cfa # # Generated by Trac 1.2.1 # Apr 16, 2024, 6:43:47 AM Mon, 29 Mar 2021 18:14:13 GMT Thierry Delisle [31fc80f] * tests/concurrent/spinaphore.cfa (modified) Removed debug comments Fri, 26 Mar 2021 22:00:20 GMT Thierry Delisle [c51124b] * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) Added tests for: - the "0nary" Semaphore, a.k.a. spinaphore. - the ...