summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-10-23 08:10:01 +0000
committerMoonchild <moonchild@palemoon.org>2020-10-23 08:10:01 +0000
commit28119b040d73e1e2c70ed18342a1eeca3c847293 (patch)
tree9c34e8e81f45e604de1cb14c21c40335dd906dac /layout
parent3b224b2b26a553e575ebee805e3cc74c8f35e4b3 (diff)
downloadUXP-28119b040d73e1e2c70ed18342a1eeca3c847293.tar
UXP-28119b040d73e1e2c70ed18342a1eeca3c847293.tar.gz
UXP-28119b040d73e1e2c70ed18342a1eeca3c847293.tar.lz
UXP-28119b040d73e1e2c70ed18342a1eeca3c847293.tar.xz
UXP-28119b040d73e1e2c70ed18342a1eeca3c847293.zip
[netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe.
This prevents a potential race and simplifies the code a bit by keeping the bytes read separate instead of using mData, which is modified from another thread from OnDataAvailable. Relaxed atomics are fine for these, since they don't guard any memory.
Diffstat (limited to 'layout')
0 files changed, 0 insertions, 0 deletions