diff options
author | Moonchild <moonchild@palemoon.org> | 2020-10-23 08:10:01 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-10-24 10:38:50 +0000 |
commit | f07d60c09fc0fea2bc614146d13346bc7473b87e (patch) | |
tree | d823fc78c97a0f611ee7ad492c58d84858004461 /xpcom/glue/nsCycleCollectionNoteChild.h | |
parent | d7a05ea9e50f7484d09caf93c554b4be0c9e887d (diff) | |
download | UXP-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 'xpcom/glue/nsCycleCollectionNoteChild.h')
0 files changed, 0 insertions, 0 deletions