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