I read the synchronization section in the operating system and read the topic "Monitors". I understand that monitors are high-level language constructs. This makes me wonder if C provides something like a monitor? Perhaps the library containing the implementation of posix streams should also provide monitor design. Also, threads in C are not part of stl, right?
if so, which header file / library contains it, the most basic test program for using monitors and how the library implements monitors.
The book says that the monitor type is ADT - abstract data types. I wonder if structure C creates the syntax of a monitor data type?
Thanks,
source share