ACCESS_ON is an alias of GUARDED_BY but should take thread-like object instead of mutex, RUN_ON is an alias of EXCLUSIVE_LOCKS_REQUIRED to annotate function always run on same thread/task_queue RTC_DCHECK_RUN_ON - creates an object that allows use of annotated variables and functions, and adds a run-time DCHECK given thread/queue is current. R=tommi@webrtc.org Review-Url: https://codereview.webrtc.org/1981893002 Cr-Commit-Position: refs/heads/master@{#12812}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.