1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/platform_thread_unittest.cc]
  3. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  4. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  5. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  6. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/platform_thread_unittest.cc]
  7. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/platform_thread_unittest.cc]
  8. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/platform_thread_unittest.cc]
  9. 500f1b7 Add a DCHECK for PlatformThread instances that are too busy. by tommi · 7 years ago
  10. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 7 years ago
  11. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  12. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  13. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  14. 845afa8 Update PlatformThread to support a couple of new properties. by tommi · 8 years ago
  15. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  16. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago[Renamed (79%) from webrtc/system_wrappers/source/thread_unittest.cc]
  17. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  18. 38492c5 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 9 years ago
  19. 90a1cb4 Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 9 years ago
  20. b6817d7 - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 9 years ago
  21. 361981f Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 9 years ago
  22. 8663973 Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 9 years ago
  23. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  24. e9e4253 Sleep in ThreadTest thread functions. by pbos@webrtc.org · 10 years ago
  25. e7009f3 Revert "Disable tests for TSan v2" by kjellander@webrtc.org · 11 years ago
  26. d8a9b86 Disable tests for TSan v2 by kjellander@webrtc.org · 11 years ago
  27. acaf3a1 Include files from webrtc/.. paths in system_wrappers/ by pbos@webrtc.org · 11 years ago
  28. a3e6bec Posix Thread: Removes the setting of the run function to NULL which could cause data race. by henrike@webrtc.org · 12 years ago
  29. ec9c942 Reformatted thread and static_instance. by phoglund@webrtc.org · 12 years ago
  30. 23ec30b Clean up TraceCallback::Print. by andrew@webrtc.org · 12 years ago
  31. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/system_wrappers/source/thread_unittest.cc]
  32. 5ba4411 Makes it such that calling ThreadWrapper::Start(..) only returns false if a thread was never started. I.e. it will not return false if it was unable to configure the thread (however it does log such failures). by henrike@webrtc.org · 12 years ago
  33. 4030013 No more TSAN errors on start_stop by hta@webrtc.org · 12 years ago
  34. 6ed617b Fixing memory leak error in test. by hta@webrtc.org · 12 years ago
  35. e1919f4 Unittest for thread_wrapper. by hta@webrtc.org · 12 years ago