net: Add missing locks in net.{cpp,h}
* writing variable 'nTotalBytesRecv' requires holding mutex 'cs_totalBytesRecv' exclusively
* writing variables 'nTotalBytesSent'/'nMaxOutboundTotalBytesSentInCycle'/'nMaxOutboundCycleStartTime' require holding mutex 'cs_totalBytesSent' exclusively
* writing variable 'nMaxOutboundTimeframe'/'nMaxOutboundLimit' require holding mutex 'cs_totalBytesSent' exclusively
* writing variable 'vAddedNodes' requires holding mutex 'cs_vAddedNodes' exclusively
63f21d27ee
practicalswift force-pushed on Nov 21, 2017
fanquake added the label P2P on Nov 21, 2017
Add Clang thread safety analysis annotations
bfb0c0a5b7
theuni approved
laanwj merged this on Nov 30, 2017
laanwj closed this on Nov 30, 2017
laanwj referenced this in commit
3ff6ff5ec5 on Nov 30, 2017
PastaPastaPasta referenced this in commit
4159ed2deb on Jan 17, 2020
PastaPastaPasta referenced this in commit
6d85dceec5 on Jan 22, 2020
PastaPastaPasta referenced this in commit
356bf3c0fc on Jan 22, 2020
PastaPastaPasta referenced this in commit
6214c4cb16 on Jan 26, 2020
PastaPastaPasta referenced this in commit
500a60a8fe on Jan 27, 2020
PastaPastaPasta referenced this in commit
51f6519f1a on Jan 29, 2020
PastaPastaPasta referenced this in commit
44578884fb on Jan 29, 2020
PastaPastaPasta referenced this in commit
ec782b9310 on Jan 29, 2020
ckti referenced this in commit
54a2e50ae3 on Mar 28, 2021
practicalswift deleted the branch on Apr 10, 2021
furszy referenced this in commit
97728e5673 on Dec 7, 2021
gades referenced this in commit
8d076c24af on Feb 10, 2022
DrahtBot locked this on Aug 16, 2022