aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-08 07:00:59 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-08 07:01:14 -0400
commit8496dbeba6878d4a123995170a0ad8d125c17695 (patch)
tree9105703abd10920b033ae845e0b75904be50b62c /src/qt
parent399a0d9dc7a15bd4a9184ba19e1f251cfbb450c8 (diff)
parent78c8f4fe11706cf5c165777c2ca122bd933b8b6a (diff)
Merge #19190: refactor: Replace RecursiveMutex with Mutex in netbase.cpp
78c8f4fe11706cf5c165777c2ca122bd933b8b6a refactor: Replace RecursiveMutex with Mutex in netbase.cpp (Hennadii Stepanov) Pull request description: The functions that could lock this mutex, i.e., `{S,G}etProxy()`, `{S,G}etNameProxy()`, `HaveNameProxy()`, `IsProxy()`, do not call itself recursively, and do not call each other either directly or indirectly. Therefore, the `g_proxyinfo_mutex` could be a non-recursive mutex. Related to #19180. ACKs for top commit: MarcoFalke: ACK 78c8f4fe11706cf5c165777c2ca122bd933b8b6a , reviewed with the -W git option 👮 vasild: ACK 78c8f4fe verified that recursion does not happen Tree-SHA512: fc077fb371f38af5d05f1383c6bebf9926167c257892936fefd2d4fe6f679ca40124d25099e09f645d8ec266df222f96c5d0f9fd39eddcad15cbde0b427bc205
Diffstat (limited to 'src/qt')
0 files changed, 0 insertions, 0 deletions