Projects in Awesome Lists tagged with mutex-locks
A curated list of projects in awesome lists tagged with mutex-locks .
https://github.com/curve/lockpp
🔒 A C++20 Library that provides mutex protected objects
cmake cpp-library cpp20 cpp20-library cpp23 cpp23-library mutex mutex-lock mutex-locks safety thread-safe thread-safety
Last synced: 14 Feb 2025
https://github.com/jdsherbert/threadsafe-singleton-class
C++ Threadsafe Singleton class using mutex and threadlock when accessing instance.
boilerplate boilerplate-template cpp cpp11 cpp14 cpp17 cpp20 multithreading mutex mutex-lock mutex-locks mutex-synchronisation reference-implementation singleton singleton-pattern singletons
Last synced: 13 Mar 2025
https://github.com/embeddedcrab/synchronization_arm_cm4
Synchronization technique in ARM processors using Exclusive Instructions and bit fields.
api arm bit-field-locks lightweight-mutex mutex-locks synchronization thread-synchronization
Last synced: 10 Mar 2025
https://github.com/akamlah/42-philosophers
Didactic project from Ecole-42. Two different solutions for an extended version of the famous 'Dining Philosophers' problem, the first as a multithreaded program ruled by mutexes, the second featuring multiple processes synchronised by semaphores.
c multithreading mutex-locks mutexes pthreads-api semaphores synchronization unix-process
Last synced: 20 Mar 2025