Loading
Bug 1834640 - Part 1: Add threadsafety annotations to...
Bug 1834640 - Part 1: Add threadsafety annotations to nsSocketTransportService, r=jesup,necko-reviewers While looking at the relevant code, I noticed the unannotated mutex, and added some annotations to it. The minor changes I had to do to keep the tree building after the annotations shouldn't be actual threadsafety issues, as most of it is either dead code, or exclusively called from the only mutating thread. Differential Revision: https://phabricator.services.mozilla.com/D178867