Skip to content
EntityQ250514· pop 8· linked from 21 articles

로드 링크/스토어 컨디셔널

Sign in to save

In computer science, load-linked/store-conditional (LL/SC), sometimes known as load-reserved/store-conditional (LR/SC), are a pair of instructions used in multithreading to achieve synchronization. Load-link returns the current value of a memory location, while a subsequent store-conditional to the same memory location will store a new value only if no updates have occurred to that location since the load-link. Together, this implements a lock-free, atomic, read-modify-write operation.

Wikidata facts

Show 1 more fact
Sources (1)

via Wikidata · CC0

Available in 8 languages

via Wikidata sitelinks · CC0