• Tollef Fog Heen's avatar
    Merge r3381+r3382: Wrap mutex ops in proper C functions · c7159018
    Tollef Fog Heen authored
    Take the full step and wrap all our mutex operations in proper C functions
    instead of increasingly unwieldy macros.
    
    Amongst other things, this will make it much easier to do lock
    profiling, contest statistics, asserts etc.
    
    This commit is largely mechanically generated and should not result in
    any changed functionality.
    
    Locks retain the "mtx" monicker, as a reminder that they are mutexes.
    
    No performance impact expected.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3603 d4fa192b-c00b-0410-8231-f00ffab90ce4
    c7159018
storage_umem.c 4.06 KB