diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:08:15 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:08:15 +0000 |
commit | d256e6b2991b8d2ba0a613242d545856540f9540 (patch) | |
tree | 771389eae254ef226932184cd3bfb7dfd75c0cb5 /third_party/libjingle/README.chromium | |
parent | edd3b0a50912b04fe9d7e5dbf6f9639144cc09e4 (diff) | |
download | chromium_src-d256e6b2991b8d2ba0a613242d545856540f9540.zip chromium_src-d256e6b2991b8d2ba0a613242d545856540f9540.tar.gz chromium_src-d256e6b2991b8d2ba0a613242d545856540f9540.tar.bz2 |
Update Signal Thread to use ref counting and locks to ensure thread safety.
Review URL: http://codereview.chromium.org/418042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r-- | third_party/libjingle/README.chromium | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index 3259d69..a4d124e 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -38,3 +38,5 @@ Local Modifications: * Added a #define guard to libjingle's base/logging.h to prevent the LOG() macros from being redefined when included by users of the library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS. + * Updated signalthread.* and dependencies to add threadcounting and + improve multithread safety. |