aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/utility/source/process_thread_impl.cc
AgeCommit message (Expand)Author
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-11-26Clean up PlatformThread.Peter Boström
2015-11-23Move ThreadWrapper to ProcessThread in base.pbos
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-14Only allow static strings as ProcessThread names.stefan
2015-09-11Add a name to the ProcessThread constructor.stefan
2015-08-20Prevent TimeUntilNextProcess log spam.pbos
2015-04-02Add a DCHECK to RegisterModule to make sure it's called on the controller thr...Tommi
2015-04-02ProcessThreadImpl - hold the lock while checking thread_ and calling ProcessT...Tommi
2015-03-30Add locks to Start(), Stop() methods in ProcessThread.Tommi
2015-03-22Re-land 8810 "- Add a SetPriority method to ThreadWr..."tommi@webrtc.org
2015-03-22Revert 8810 "- Add a SetPriority method to ThreadWrapper"tommi@webrtc.org
2015-03-20- Add a SetPriority method to ThreadWrappertommi@webrtc.org
2015-03-19Use scoped_ptr for ThreadWrapper::CreateThread.tommi@webrtc.org
2015-03-13Remove thread id from ThreadWrapper::Start().pbos@webrtc.org
2015-03-05Adding basic support for posting tasks to a process thread.tommi@webrtc.org
2015-02-27ProcessThread improvements.tommi@webrtc.org
2015-02-08Fix the binary layout of ProcessThreadImpl.tommi@webrtc.org
2015-02-06Revamp the ProcessThreadImpl implementation.tommi@webrtc.org
2015-02-04Remove SetNotAlive method from the thread class.tommi@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-04-11Convert WEBRTC_TRACE to LOG in utility.asapersson@webrtc.org
2014-01-13Removes usage of ListWrapper from several files.henrike@webrtc.org
2013-07-12Include files from webrtc/.. paths in utility/.pbos@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in utility/pbos@webrtc.org
2013-04-02Fixes data race in WebRTCAudioDeviceTest.Construct reported by ThreadSanitizerhenrika@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org