Hacker News new | ask | show | jobs
by samarthr1 99 days ago
BTW: what is a lock region?
1 comments

A part of code that executes between a lock as taken and released, I suppose.
Isnt that a critical section?
Yes, that's what I meant.