Related topics
Lock (computer science)
In computer science, a lock or mutex (from mutual exclusion) is a synchronization primitive that prevents state from being modified or accessed by multiple threads of execution at once. Locks enforce mutual exclusion concurrency control policies, and with a variety of possible methods there exist multiple unique implementations for different applications. TypesGenerally, locks are advisory locks, where each thread cooperates by acquiring the lock before accessing the corresponding data.
Related topics are being built. New cards will appear here as they become available.
*As an Amazon Associate I earn from qualifying purchases.