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