Skip to content
  • David Gobbi's avatar
    ENH: Increment MTime atomically on gcc (avoid mutex). · c2b23dc3
    David Gobbi authored
    For gcc >= 4.1 and clang >= 2.0 there are builtin functions
    for various atomic operations.  For efficiency, these should
    be used in place of a mutex when incrementing the MTime.
    
    Change-Id: Id8ca6fa8c4645f5fb20f1ab11a4c574b3f4bb03f
    c2b23dc3