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.cc]
  3. d950d9e Fix rtc::CurrentThreadId() on Android by magjed · 7 years ago
  4. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  5. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  6. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  7. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/platform_thread.cc]
  8. 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.cc]
  9. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/platform_thread.cc]
  10. 7c3da27 Add a missing DCHECK to PlatformThread::SetPriority. by tommi · 7 years ago
  11. db23ea6 Add performance tracing for PlatformThread and parts of the video code. by tommi · 7 years ago
  12. 0473b1d Go back to only using sched_yield on Mac (sigh) by tommi · 7 years ago
  13. 500f1b7 Add a DCHECK for PlatformThread instances that are too busy. by tommi · 7 years ago
  14. 2752347 Revert of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2725573002/ ) by danilchap · 7 years ago
  15. 4974df4 Reland of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2712133003/ ) by tommi · 7 years ago
  16. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  17. 3ba1a8c Revert of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2716683002/ ) by tommi · 7 years ago
  18. 384498a Use sched_yield on all POSIX platforms in PlatformThread. (not only MacOS) by Tommi · 7 years ago
  19. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 7 years ago
  20. 82ead60 Replace the stop_event_ in PlatformThread with an atomic flag by tommi · 7 years ago
  21. 6a2e20a Make sure GetLastError on a PlatformThread return an error that is relevant to the thread. by perkj · 8 years ago
  22. 845afa8 Update PlatformThread to support a couple of new properties. by tommi · 8 years ago
  23. e791ffd Remove non-monotonic clock support by sprang · 8 years ago
  24. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  25. 7d842d6 Move thread_ conditional back under defines. by Peter Boström · 9 years ago
  26. c661213 Skip setting thread priorities in NaCl. by Peter Boström · 9 years ago
  27. 97c821d Inline ConvertToSystemPriority. by Peter Boström · 9 years ago
  28. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  29. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  30. ea14f0a Move SetCurrentThreadName to platform_thread.* in rtc_base_approved, by Tommi · 9 years ago
  31. bebc690 Add platform_thread source files and move types from thread_checker_impl to there. by Tommi · 9 years ago