Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Issue 2991533002: Make FlexfecReceiveStreamImpl::started_ into std::atomic<bool> (Closed)

Created:
3 years, 5 months ago by eladalon
Modified:
3 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make FlexfecReceiveStreamImpl::started_ into std::atomic<bool> FlexfecReceiveStreamImpl::crit_ was only protecting one boolean, so it's probably better to just make sure that boolean is atomic. BUG=None Review-Url: https://codereview.webrtc.org/2991533002 Cr-Commit-Position: refs/heads/master@{#19217} Committed: https://chromium.googlesource.com/external/webrtc/+/3d4c28778e5f262ccc82f5ba4ebb671ca8496c7b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use explicit store/load. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -11 lines) Patch
M webrtc/call/flexfec_receive_stream_impl.h View 2 chunks +2 lines, -2 lines 3 comments Download
M webrtc/call/flexfec_receive_stream_impl.cc View 1 2 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
danilchap
neat! lgtm https://codereview.webrtc.org/2991533002/diff/1/webrtc/call/flexfec_receive_stream_impl.cc File webrtc/call/flexfec_receive_stream_impl.cc (right): https://codereview.webrtc.org/2991533002/diff/1/webrtc/call/flexfec_receive_stream_impl.cc#newcode171 webrtc/call/flexfec_receive_stream_impl.cc:171: if (!started_) prefer .load() over operator bool ...
3 years, 5 months ago (2017-07-24 13:40:23 UTC) #2
eladalon
https://codereview.webrtc.org/2991533002/diff/1/webrtc/call/flexfec_receive_stream_impl.cc File webrtc/call/flexfec_receive_stream_impl.cc (right): https://codereview.webrtc.org/2991533002/diff/1/webrtc/call/flexfec_receive_stream_impl.cc#newcode171 webrtc/call/flexfec_receive_stream_impl.cc:171: if (!started_) On 2017/07/24 13:40:23, danilchap wrote: > prefer ...
3 years, 5 months ago (2017-07-24 16:09:03 UTC) #3
eladalon
Stefan, could you please provide the owner-lgtm?
3 years, 5 months ago (2017-07-24 16:15:17 UTC) #6
brandtr
https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h#newcode57 webrtc/call/flexfec_receive_stream_impl.h:57: std::atomic<bool> started_; The start/stop functionality doesn't really serve a ...
3 years, 4 months ago (2017-08-01 07:08:02 UTC) #8
eladalon
https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h#newcode57 webrtc/call/flexfec_receive_stream_impl.h:57: std::atomic<bool> started_; On 2017/08/01 07:08:02, brandtr wrote: > The ...
3 years, 4 months ago (2017-08-01 08:27:46 UTC) #9
brandtr
lgtm https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2991533002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h#newcode57 webrtc/call/flexfec_receive_stream_impl.h:57: std::atomic<bool> started_; On 2017/08/01 08:27:46, eladalon wrote: > ...
3 years, 4 months ago (2017-08-01 08:39:03 UTC) #10
eladalon
Cool; pinging +stefan@ for the owner-lgtm.
3 years, 4 months ago (2017-08-01 09:15:02 UTC) #11
stefan-webrtc
lgtm
3 years, 4 months ago (2017-08-02 13:42:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2991533002/20001
3 years, 4 months ago (2017-08-02 13:44:00 UTC) #15
commit-bot: I haz the power
3 years, 4 months ago (2017-08-02 14:17:10 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/3d4c28778e5f262ccc82f5ba4...

Powered by Google App Engine
This is Rietveld 408576698