1. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  2. a80cd71 Ensure Freed TLS Slots Contain nullptr on Reallocation by robliao · 8 years ago
  3. 37b9d5c Add Reclaim Support to ThreadLocalStorage by robliao · 8 years ago
  4. 601d705 Revert of Add Reclaim Support to ThreadLocalStorage (patchset #1 id:1 of https://codereview.chromium.org/2363783002/ ) by robliao · 8 years ago
  5. a1afcbf Add Reclaim Support to ThreadLocalStorage by robliao · 8 years ago
  6. 5730099 Switch to standard integer types in base/threading/. by avi · 9 years ago
  7. ac595c6 GN Windows build fixes by brettw · 9 years ago
  8. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  9. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  10. b98bbb8 Disable TLS destructor tests on Win x64 incremental by scottmg · 10 years ago
  11. f81c4f5 Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2. by glider@chromium.org · 12 years ago
  12. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  13. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 13 years ago
  14. 74dce76 Make ThreadLocalStorage more posix pthread compliant by jar@chromium.org · 13 years ago
  15. 80d2a8d Cleanup at end of TLS test by freeing slot by jar@chromium.org · 13 years ago
  16. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago[Renamed (82%) from base/thread_local_storage_unittest.cc]
  17. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago
  18. f8d52db Use intptr_t for casting pointers for 64-bit. by deanm@chromium.org · 15 years ago
  19. 3b6f3b6 Port the thread local storage unittest to Mac and linux. by paulg@google.com · 16 years ago
  20. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  21. f26fd3a TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  22. 3f4a732 Add base to the repository. by initial.commit · 16 years ago