Lennart Poettering
ae0b700a85
hashmap: make sure to initialize shared hash key atomically
...
if we allocate a bunch of hash tables all at the same time, with none
earlier than the other, there's a good chance we'll initialize the
shared hash key multiple times, so that some threads will see a
different shared hash key than others.
Let's fix that, and make sure really everyone sees the same hash key.
Fixes : #17007
2020-09-12 09:33:33 +02:00
..
2020-09-08 12:14:05 +02:00
2020-09-11 17:46:11 +09:00
2020-09-12 09:33:33 +02:00
2020-09-10 12:45:54 +02:00
2020-09-08 12:14:05 +02:00
2020-07-21 10:02:01 +09:00
2020-09-08 12:14:05 +02:00
2020-09-12 08:14:54 +02:00
2020-09-02 08:11:07 +02:00
2020-09-11 19:20:28 +02:00
2020-09-09 17:43:38 +02:00
2020-09-09 20:21:29 +02:00
2020-09-08 17:40:46 +02:00
2020-09-03 09:13:47 +02:00
2020-09-09 09:34:54 +02:00
2020-09-08 18:10:26 +02:00
2020-09-10 15:21:43 +09:00
2020-09-11 13:14:05 +02:00
2020-09-08 12:14:05 +02:00
2020-09-10 15:20:35 +09:00
2020-09-09 09:34:55 +02:00
2020-08-25 09:30:44 +02:00
2020-09-11 17:41:10 +09:00
2020-09-09 23:42:55 +02:00
2020-09-08 12:14:05 +02:00
2020-09-09 09:34:55 +02:00
2020-09-11 18:09:34 +02:00
2020-09-09 20:21:49 +02:00
2020-07-21 10:02:01 +09:00
2020-09-11 19:28:46 +02:00
2020-09-10 15:16:14 +09:00
2020-08-26 16:48:16 +02:00
2020-09-01 16:48:40 +02:00
2020-09-10 19:04:52 +02:00
2020-09-08 12:14:05 +02:00
2020-09-11 10:33:13 +02:00
2020-07-21 10:02:01 +09:00
2020-09-10 16:47:37 +02:00
2020-09-08 17:40:46 +02:00
2020-07-28 11:24:55 +02:00
2020-09-08 12:14:05 +02:00
2020-09-08 19:54:38 +02:00
2020-09-11 17:41:10 +09:00
2020-09-08 12:14:05 +02:00
2020-09-08 12:14:05 +02:00
2020-09-12 08:12:36 +02:00
2020-08-19 15:30:13 +01:00
2020-08-27 11:52:48 +09:00
2020-09-11 10:16:39 +02:00
2020-09-10 19:04:52 +02:00
2020-09-08 12:14:05 +02:00
2020-09-10 16:47:37 +02:00
2020-09-08 17:40:46 +02:00
2020-09-08 17:40:46 +02:00
2020-09-01 16:48:40 +02:00
2020-09-02 15:00:32 +02:00
2020-09-08 18:10:26 +02:00
2020-09-10 14:07:56 +09:00