[svn-commits] tilghman: branch tilghman/initialization_order r296532 - /team/tilghman/initi...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Nov 28 23:47:31 CST 2010


Author: tilghman
Date: Sun Nov 28 23:47:28 2010
New Revision: 296532

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=296532
Log:
Create a branch for my attempt to make sure that mutexes that cannot be defined by initialization value are initialized before everything else, including things which need mutexes to be initialized first.

Also ensure that such mutexes are deallocated dead last, after all other
destruction routines are actually run (since those destruction routines may
need mutexes to still be present and initialized).

This should resolve persistent warnings on Mac OS X and other platforms, such
as the *BSDs, which also have mutexes that cannot be initialized by value.

Added:
    team/tilghman/initialization_order/
      - copied from r296531, trunk/




More information about the svn-commits mailing list