[fpc-devel]criticalsection
    Aleksey V. Vaneev 
    picoder at sbis.komi.ru
       
    Sun Jan 14 09:59:29 CET 2001
    
    
  
Hello,
  Is it possible to implement some portable criticalsection support?
  Under go32v2 it will be some global LockCount var. If entering
  critical section, it will be incremented and "cli" issued. If
  leaving, it will be decremented and if it's zero, "sti" issued.
  Under other systems it supported natively I suppose.
  So, there's only wrapper needed. I can provide it, but there's need
  in support for other platforms.
Best regards,
 Aleksey                          mailto:picoder at sbis.komi.ru
    
    
More information about the fpc-devel
mailing list