Home | History | Annotate | Download | only in pacing

Lines Matching defs:critsect_

130       EXCLUSIVE_LOCKS_REQUIRED(critsect_);
133 EXCLUSIVE_LOCKS_REQUIRED(critsect_);
134 void SendPadding(size_t padding_needed) EXCLUSIVE_LOCKS_REQUIRED(critsect_);
139 rtc::scoped_ptr<CriticalSectionWrapper> critsect_;
140 bool paused_ GUARDED_BY(critsect_);
145 GUARDED_BY(critsect_);
150 GUARDED_BY(critsect_);
152 rtc::scoped_ptr<BitrateProber> prober_ GUARDED_BY(critsect_);
155 int bitrate_bps_ GUARDED_BY(critsect_);
156 int max_bitrate_kbps_ GUARDED_BY(critsect_);
158 int64_t time_last_update_us_ GUARDED_BY(critsect_);
160 rtc::scoped_ptr<paced_sender::PacketQueue> packets_ GUARDED_BY(critsect_);