Aram Sargsyan
2826f885d5
Use atomics for the iterators number in isc_hashmap_t
...
Concurrent threads can access a hashmap for reading by creating and
then destroying an iterator, in which case the integer number of the
active iterators is increased or decreased from different threads,
introducing a data race. Use atomic operations to protect the variable.
2023-11-14 08:56:41 +00:00
..
2023-11-13 16:52:35 +01:00
2023-09-24 10:08:56 +02:00
2023-08-21 18:39:53 +02:00
2023-05-12 14:16:25 +02:00
2023-07-28 08:59:08 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 13:12:45 +01:00
2023-04-03 12:05:28 +10:00
2023-09-12 16:17:06 +02:00
2023-11-14 08:56:41 +00:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-09-01 12:01:19 +10:00
2023-08-31 22:08:35 +02:00
2023-09-22 08:29:17 +02:00
2023-09-01 12:01:20 +10:00
2023-09-05 09:39:41 +02:00
2023-05-12 14:16:25 +02:00
2023-08-21 18:39:53 +02:00
2023-09-12 16:17:06 +02:00
2023-08-31 22:08:35 +02:00
2023-05-12 20:48:31 +01:00
2023-08-31 22:08:35 +02:00
2023-09-12 16:17:06 +02:00
2023-09-06 00:28:56 +00:00
2023-09-19 19:51:51 +02:00
2023-09-19 18:51:35 +02:00
2023-10-17 17:47:46 +02:00
2023-03-31 12:52:59 +00:00
2023-08-21 18:39:53 +02:00
2023-07-28 08:59:08 +02:00
2023-10-13 14:44:40 +02:00
2023-04-27 12:38:53 +02:00
2023-09-24 10:08:56 +02:00
2023-09-07 19:46:19 +02:00
2023-08-21 18:39:53 +02:00
2023-03-31 09:52:54 +00:00
2023-09-19 19:56:33 +02:00
2023-08-31 22:08:35 +02:00
2023-08-15 12:21:41 +02:00
2023-03-31 13:16:28 +02:00
2023-08-31 22:08:35 +02:00
2023-07-28 08:59:08 +02:00
2023-09-16 07:32:17 +02:00
2023-06-27 12:38:09 +02:00
2023-10-19 12:54:40 +02:00
2023-04-03 10:25:56 +00:00
2023-10-17 17:47:46 +02:00
2023-06-27 12:38:09 +02:00
2023-04-27 12:38:53 +02:00