Consolidate thread-local data.
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 30 Jun 2011 13:48:10 +0000 (09:48 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:21 +0000 (06:20 -0400)
Also add windows versions of MUTEX macros.
Together, these changes eliminate dependency on pthread for windows and
centralize the platform-specific code to deal with thread-local storage.


No differences found