1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 22660f3 Delete windows-specific stop flag in PlatformThread by Niels Möller · 5 years ago
  3. 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 5 years ago
  4. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  5. dbfb58b Ignore ERROR_ACCESS_DENIED when stopping Windows platform threads. by Noah Richards · 6 years ago
  6. df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 6 years ago
  7. 5a1a6db Update PlatformThread constructor to take name with absl::string_view by Danil Chapovalov · 6 years ago
  8. dcfe484 Remove definition of macro WEBRTC_THREAD_RR (it's unused). by Mirko Bonadei · 6 years ago
  9. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  10. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  11. 8d2c5a8 Detangling target dependencies in rtc_base_approved. by Tommi · 7 years ago
  12. 1f3f3c2 Reland "Remove criticalsection.cc dependency on platform_thread.cc." by Tommi · 7 years ago
  13. 08ff173 Revert "Remove criticalsection.cc dependency on platform_thread.cc." by Guido Urdaneta · 7 years ago
  14. 5af97ee Remove criticalsection.cc dependency on platform_thread.cc. by Tommi · 7 years ago
  15. 0614ed9 Remove calls to some POSIX APIs which Fuchsia does not implement. by Wez · 7 years ago
  16. 665d18e Use sched_yield instead of nanosleep(0) for Android by Yura Yaroshevich · 7 years ago
  17. 6acefdb Fixes to build WebRTC for Fuchsia by Sergey Ulanov · 7 years ago
  18. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  19. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/platform_thread.cc]
  20. d950d9e Fix rtc::CurrentThreadId() on Android by magjed · 7 years ago
  21. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  22. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  23. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  24. 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]
  25. 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]
  26. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/platform_thread.cc]
  27. 7c3da27 Add a missing DCHECK to PlatformThread::SetPriority. by tommi · 8 years ago
  28. db23ea6 Add performance tracing for PlatformThread and parts of the video code. by tommi · 8 years ago
  29. 0473b1d Go back to only using sched_yield on Mac (sigh) by tommi · 8 years ago
  30. 500f1b7 Add a DCHECK for PlatformThread instances that are too busy. by tommi · 8 years ago
  31. 2752347 Revert of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2725573002/ ) by danilchap · 8 years ago
  32. 4974df4 Reland of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2712133003/ ) by tommi · 8 years ago
  33. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  34. 3ba1a8c Revert of Use sched_yield on all POSIX platforms in PlatformThread. (patchset #1 id:1 of https://codereview.webrtc.org/2716683002/ ) by tommi · 8 years ago
  35. 384498a Use sched_yield on all POSIX platforms in PlatformThread. (not only MacOS) by Tommi · 8 years ago
  36. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 8 years ago
  37. 82ead60 Replace the stop_event_ in PlatformThread with an atomic flag by tommi · 8 years ago
  38. 6a2e20a Make sure GetLastError on a PlatformThread return an error that is relevant to the thread. by perkj · 8 years ago
  39. 845afa8 Update PlatformThread to support a couple of new properties. by tommi · 8 years ago
  40. e791ffd Remove non-monotonic clock support by sprang · 9 years ago
  41. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  42. 7d842d6 Move thread_ conditional back under defines. by Peter Boström · 9 years ago
  43. c661213 Skip setting thread priorities in NaCl. by Peter Boström · 9 years ago
  44. 97c821d Inline ConvertToSystemPriority. by Peter Boström · 9 years ago
  45. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  46. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  47. ea14f0a Move SetCurrentThreadName to platform_thread.* in rtc_base_approved, by Tommi · 9 years ago
  48. bebc690 Add platform_thread source files and move types from thread_checker_impl to there. by Tommi · 9 years ago