A class for managing multiple threads
type TRTLCriticalSection = record
locked: LongInt;
end;
This class is not yet implemented.