anudeep512 / Synchronization-tools Star 1 Code Issues Pull requests This project aims at presenting different synchronization techniques synchronization parallelism parallel-programming cpp20 compare-and-swap test-and-set bounded-compare-and-swap Updated Jun 26, 2023 C++
sinainnet / Locks Star 1 Code Issues Pull requests semaphore mutex spinlock test-and-set test-and-test-and-set expo-relax-ttas-spinlock sctasspinlock Updated Feb 20, 2020 C++
moocf / tas-lock.java Star 0 Code Issues Pull requests Test-and-set Lock uses an atomic value for critical section execution, and is suitable for educational purposes only. java set test lock test-and-set Updated Apr 10, 2025 Java