summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-10-23 08:10:01 +0000
committerMoonchild <moonchild@palemoon.org>2020-10-24 10:38:50 +0000
commitf07d60c09fc0fea2bc614146d13346bc7473b87e (patch)
treed823fc78c97a0f611ee7ad492c58d84858004461 /config
parentd7a05ea9e50f7484d09caf93c554b4be0c9e887d (diff)
downloadUXP-f07d60c09fc0fea2bc614146d13346bc7473b87e.tar
UXP-f07d60c09fc0fea2bc614146d13346bc7473b87e.tar.gz
UXP-f07d60c09fc0fea2bc614146d13346bc7473b87e.tar.lz
UXP-f07d60c09fc0fea2bc614146d13346bc7473b87e.tar.xz
UXP-f07d60c09fc0fea2bc614146d13346bc7473b87e.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 'config')
0 files changed, 0 insertions, 0 deletions