Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gcc 4.1 happy with NULL in EXPECT_EQ. | mmoss@google.com | 2008-09-04 | 1 | -3/+3 |
| | | | | | | | | | This avoids warnings like: src/base/thread_local_unittest.cc:88: warning: passing NULL to non-pointer argument 3 of 'static testing::AssertionResult testing::internal::EqHelper<true>::Compare(const char*, const char*, const T1&, T2*) [with T1 = int, T2 = <unnamed>::ThreadLocalTesterBase]' Review URL: http://codereview.chromium.org/226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1716 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will ↵ | deanm@google.com | 2008-09-03 | 1 | -0/+159 |
deprecate the old ThreadLocalStorage / TLSSlot APIs. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1678 0039d316-1c4b-4281-b951-d872f2087c98 |