Skip to content
  • Reid Spencer's avatar
    For PR540: · f404981b
    Reid Spencer authored
    Add a Mutex class for thread synchronization in a platform-independent way.
    The current implementation only supports pthreads. Win32 use of Critical
    Sections will be added later. The design permits other threading models to
    be used if (and only if) pthreads is not available.
    
    llvm-svn: 22403
    f404981b
Loading