commit | 845afa8a0212200469e7a11f4fe45ba4a22a36d2 | [log] [tgz] |
---|---|---|
author | tommi <tommi@webrtc.org> | Fri Apr 22 16:08:44 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 22 16:08:56 2016 |
tree | f036cc97f4c9cbbcb85374408ac08f0c1e2c47f3 | |
parent | d98cf1ff1ee971dd74da3b5abac40ae6902cb984 [diff] |
Update PlatformThread to support a couple of new properties. - name(): Returns the name of the thread (useful for debugging). - GetThreadRef(): Returns the ID of the worker thread (also useful for debugging). - QueueApc(): This is a Windows-only, protected function that allows derived classes on Windows to queue APCs to the worker thread. NOTRY=true (using notry since the patch has already passed the trybots and the cq is currently stalled) Review URL: https://codereview.webrtc.org/1908373002 Cr-Commit-Position: refs/heads/master@{#12472}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.