Searched refs:IsExclusive (Results 1 – 6 of 6) sorted by relevance
61 if (!output_frame_ || !output_frame_->IsExclusive() || in CreateAliasedFrame()
118 virtual bool IsExclusive() const = 0;
138 bool WebRtcVideoFrame::IsExclusive() const { in IsExclusive() function in cricket::WebRtcVideoFrame161 if (IsExclusive()) in MakeExclusive()
116 bool IsExclusive() const override;
587 bool IsExclusive(uint64_t address, size_t size) { in IsExclusive() function609 bool IsExclusive(uint64_t address, size_t size) { in IsExclusive() function
1908 do_store = local_monitor_.IsExclusive(address, access_size) && in VisitLoadStoreExclusive()1909 global_monitor_.IsExclusive(address, access_size); in VisitLoadStoreExclusive()