TheInfoListRev V3.40

Related topics

Lock (computer science)

Back to summary
Sponsored
Shop Amazon for pet water fountains
Browse products on Amazon.
Search Amazon →
As an Amazon Associate I earn from qualifying purchases.

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.

Loading topic…