Hi, I'm reading free pdf chapters from book Operating systems from Garry Nutt, and in the chapter 8
Basic
Synchronization
Principles
I found one example in which is written that critical section problem can be avoided by using enableInterrupt() and disableInterrupt() function.
Are these functions really exists or it is just pseudo example I don't know because don't know anything about Unix/Linux
Thanks!