top | item 33156739

(no title)

gsvelto | 3 years ago

No specific hardware support is needed to implement a lock. The atomic operations are all accessible from user-space - they are platform dependent though. The problem with locks is that they interact with scheduling and that's where the kernel comes in, that's why you need an OS-specific component too.

discuss

order

joeldo|3 years ago

That makes sense, thanks.