summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/README.chromium
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 19:08:15 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 19:08:15 +0000
commitd256e6b2991b8d2ba0a613242d545856540f9540 (patch)
tree771389eae254ef226932184cd3bfb7dfd75c0cb5 /third_party/libjingle/README.chromium
parentedd3b0a50912b04fe9d7e5dbf6f9639144cc09e4 (diff)
downloadchromium_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.chromium2
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.