fischman@webrtc.org e5063b1733 Thread: delete racy API (Release()) and fix racy code (started()).
- Thread::Release() wrote a local variable on the calling thread but read it on
  another thread, with no synchronization.  Happily it has no non-test callers
  so deleting it instead of trying to fix it (see bug for details).
- Thread::started_ similarly was racily being written to; replaced with a
  running_ Event, and hid the accessor except for tests & legacy callers,
  with a note about why it's a bad idea.

webrtc/base patched with:
git diff origin --relative=talk/base | patch -p1 -dwebrtc/base
followed by manual merge of 3 thunks that ran afoul of naming differences
between talk/base and webrtc/base.

BUG=3388
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/14589005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6236 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-23 17:28:50 +00:00
..
2014-02-03 16:57:16 +00:00
2014-02-14 00:56:12 +00:00
2014-02-14 00:56:12 +00:00
2014-02-14 00:56:12 +00:00
2013-10-25 21:18:33 +00:00
2013-11-13 22:48:52 +00:00
2013-11-13 22:48:52 +00:00
2013-10-30 05:18:12 +00:00
2014-02-07 19:03:26 +00:00
2014-02-07 19:03:26 +00:00
2014-02-07 19:03:26 +00:00
2014-02-08 03:18:03 +00:00
2014-02-08 03:18:03 +00:00
2014-01-03 22:08:47 +00:00
2013-10-25 21:18:33 +00:00
2013-09-23 20:34:45 +00:00
2014-02-03 16:57:16 +00:00
2013-09-19 05:49:50 +00:00
2014-01-03 22:08:47 +00:00
2013-11-13 22:48:52 +00:00
2013-11-13 22:48:52 +00:00
2013-08-01 00:00:07 +00:00
2014-02-03 16:57:16 +00:00
2014-02-03 16:57:16 +00:00
2014-02-03 16:57:16 +00:00
2013-11-13 22:48:52 +00:00
2013-12-05 00:24:06 +00:00
2013-12-05 00:24:06 +00:00
2013-08-23 23:21:25 +00:00
2013-10-30 17:57:33 +00:00
2013-08-01 00:00:07 +00:00
2014-02-21 23:43:24 +00:00
2014-02-13 23:18:49 +00:00
2014-02-13 23:18:49 +00:00
2013-10-13 17:18:27 +00:00
2013-10-30 05:18:12 +00:00
2014-02-13 23:18:49 +00:00
2014-01-03 22:08:47 +00:00
2013-12-05 00:24:06 +00:00
2013-12-05 00:24:06 +00:00
2014-01-15 23:15:54 +00:00
2014-01-15 23:15:54 +00:00
2014-01-03 22:08:47 +00:00
2014-01-03 22:08:47 +00:00
2013-10-25 21:18:33 +00:00
2014-02-14 00:56:12 +00:00