Searched refs:pq_crit_ (Results 1 – 2 of 2) sorted by relevance
131 const rtc::scoped_ptr<webrtc::CriticalSectionWrapper> pq_crit_; variable141 std::deque<Packet> packet_queue_ GUARDED_BY(pq_crit_.get());
40 : pq_crit_(webrtc::CriticalSectionWrapper::CreateCriticalSection()), in ConferenceTransport()135 webrtc::CriticalSectionScoped lock(pq_crit_.get()); in StorePacket()201 webrtc::CriticalSectionScoped lock(pq_crit_.get()); in DispatchPackets()