Files
bitcoin/src
MarcoFalke 399a0d9dc7 Merge #19180: refactor: Replace RecursiveMutex with Mutex in Shutdown()
1a9ef1d398 refactor: Replace RecursiveMutex with Mutex in Shutdown() (Hennadii Stepanov)

Pull request description:

  Step by step, going to replace all of the `RecursiveMutex` instances with the `Mutex` ones throughout the code base :)

  Not sure if it is possible in all cases though...

  This one is a low-hanging fruit.

ACKs for top commit:
  MarcoFalke:
    ACK 1a9ef1d398 Shutdown is not recursive, so the same thread can never lock twice (UB)
  vasild:
    ACK 1a9ef1d3 verified manually that `Shutdown()` is not called from places that could be called from inside `Shutdown()`.

Tree-SHA512: 362a507b1a6f97dc351f708224aedbfe4bee03c4398f394d78ee31c24d76a7012ffff0e6766866cd5fd9a8e0d8840f05a2741111fe583aa20d45f0af3df0dcfa
2020-06-08 06:55:00 -04:00
..
2020-06-02 07:32:15 -04:00
2020-06-04 10:05:22 -04:00
2020-02-09 07:44:29 -08:00
2020-04-16 13:33:09 -04:00
2018-12-29 10:15:01 +01:00
2020-04-16 13:33:09 -04:00
2019-02-22 17:38:45 -08:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2020-05-28 02:13:19 -04:00
2020-04-16 13:33:09 -04:00
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2020-04-16 13:33:09 -04:00
2020-04-30 09:19:14 -04:00
2020-04-30 11:16:56 +02:00
2018-07-27 07:15:02 -04:00
2020-06-04 10:05:36 -04:00
2020-05-25 11:27:07 -07:00
2020-04-16 13:33:09 -04:00
2018-07-27 07:15:02 -04:00