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-05-20 08:27:07 -04:00
2020-04-16 13:33:09 -04:00
2020-06-04 10:05:22 -04:00
2020-06-05 08:29:18 -04:00
2020-04-30 18:02:04 +08:00
2020-05-26 07:33:43 -04:00
2020-05-20 07:30:29 -04:00
2020-06-05 09:25:49 +02:00
2020-06-07 06:41:31 -04:00
2020-06-04 10:05:54 -04:00
2020-05-29 17:22:07 -04:00
2020-06-05 11:01:39 +08:00
2020-06-02 06:20:04 +10:00
2020-06-06 09:50:32 -04:00
2020-04-16 13:33:09 -04:00
2020-05-06 14:59:28 +02:00
2020-05-27 07:16:10 -04:00
2020-04-16 13:33:09 -04:00
2020-05-25 12:36:48 -04:00
2020-05-13 16:20:13 -04:00
2020-05-28 09:55:39 +03:00
2020-05-28 09:55:39 +03:00
2020-04-20 14:57:48 +00:00
2020-05-26 17:27:15 -04:00
2020-04-28 19:27:22 +02:00
2020-05-20 07:30:29 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-05-04 19:53:58 +03:00
2020-05-03 18:42:14 +00:00
2020-05-06 13:15:28 +02:00
2020-04-16 13:33:09 -04:00
2020-05-22 01:40:31 +09:00
2020-05-01 07:39:00 -04:00
2020-05-20 07:30:29 -04:00
2020-04-26 12:16:22 +12:00
2020-05-21 06:53:39 -04:00
2020-05-13 16:20:13 -04:00
2020-05-19 10:41:44 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-06-08 06:55:00 -04:00
2020-05-13 16:20:13 -04:00
2020-06-07 17:03:49 +02:00
2020-05-28 09:54:24 +03:00
2020-05-28 02:13:19 -04:00
2020-04-29 00:31:41 -07:00
2020-05-12 18:03:39 +03:00
2020-05-12 09:47:06 -04:00
2020-05-30 10:37:01 +00:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-04-16 13:33:09 -04:00
2020-06-04 16:39:23 -04:00
2020-06-02 01:42:55 +02:00
2020-06-04 16:39:23 -04:00
2020-05-27 19:31:33 -04:00
2020-05-06 14:59:28 +02:00
2020-05-20 07:30:29 -04:00
2020-05-05 04:45:59 +03:00
2020-05-05 04:45:59 +03:00
2020-04-16 13:33:09 -04:00
2020-04-30 18:02:03 +08:00
2020-06-04 17:16:49 +02:00
2020-05-31 18:20:17 -04:00
2020-04-16 13:33:09 -04:00
2020-05-27 12:37:08 -04:00
2020-04-23 13:59:48 -04:00
2020-05-15 08:58:49 -04:00
2020-04-30 09:19:14 -04:00
2020-04-16 13:33:09 -04:00
2020-05-21 06:53:39 -04:00
2020-04-16 13:33:09 -04:00
2020-05-24 10:35:00 -07:00
2020-04-30 11:16:56 +02:00
2020-05-28 09:55:04 +03:00
2020-05-28 09:55:04 +03:00
2020-05-28 09:54:24 +03:00
2020-05-05 04:45:59 +03:00
2020-06-04 10:05:36 -04:00
2020-05-15 09:23:55 -04:00
2020-05-25 11:27:07 -07:00
2020-05-19 02:49:32 +03:00
2020-05-19 02:49:32 +03:00
2020-04-16 13:33:09 -04:00
2020-06-07 06:41:31 -04:00
2020-06-07 17:50:22 +09:00
2020-05-22 16:30:07 -04:00
2020-05-22 16:30:07 -04:00