- Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can't be implemented externally of the Thread class where NonBlockingStop() was really just
an helper function solely used in printing.
- Move two member functions access from public to protected.
- Add documentation about which thread modifies which member variable.
- Simplify ThreadStartInfo. This removes one heap allocation.
- Improve unit test coverage.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@728 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: eff4aecbb593d1d145fdd34af136ff939a2bca43
3 files changed
tree: 18402aa12f5474c362b03d844905d025068366fd
  1. base/
  2. build/