Evan Hunt
9c577e10c3
use separate barriers for "stop" and "listen" operations
...
On some platforms, when a synchronizing barrier is cleared, one
thread can progress while other threads are still in the process
of releasing the barrier. If a barrier is reused by the progressing
thread during this window, it can cause a deadlock. This can occur if,
for example, we stop listening immediately after we start, because the
stop and listen functions both use socket->barrier. This has been
addressed by using separate barrier objects for stop and listen.
2023-01-07 16:30:21 -08:00
..
2023-01-05 12:33:15 +00:00
2023-01-07 16:30:21 -08:00
2022-09-12 12:18:57 +01:00
2022-10-31 05:43:45 -07:00
2022-10-17 11:58:26 +01:00
2022-09-26 15:13:11 +02:00
2022-10-17 13:43:59 +01:00
2022-08-25 12:24:25 +02:00
2022-11-29 08:54:34 +01:00
2022-10-14 16:39:21 +02:00
2022-12-14 17:59:07 +01:00
2022-11-29 08:54:34 +01:00
2022-09-12 12:18:57 +01:00
2022-11-29 08:54:34 +01:00
2022-12-20 19:13:48 +01:00
2022-10-17 11:58:26 +01:00
2022-10-05 16:44:05 +02:00
2022-08-25 12:24:29 +02:00
2022-08-25 12:24:29 +02:00
2022-11-29 08:54:34 +01:00
2022-09-27 17:10:42 +02:00
2022-11-29 08:54:34 +01:00
2022-09-21 14:25:33 -07:00
2023-01-05 12:33:15 +00:00
2022-12-20 22:13:53 +02:00
2022-08-26 09:09:24 +02:00
2022-11-29 08:54:34 +01:00
2022-07-13 13:19:32 +02:00
2022-10-14 16:39:21 +02:00
2022-10-17 11:58:26 +01:00
2022-11-29 08:54:34 +01:00
2022-09-26 15:13:11 +02:00
2022-11-29 08:54:34 +01:00
2022-10-14 11:26:54 +02:00
2022-10-05 16:44:05 +02:00
2022-07-05 12:22:55 -07:00
2022-11-29 08:54:34 +01:00
2022-09-19 16:27:12 +02:00
2022-09-26 15:13:11 +02:00
2022-09-30 10:36:30 +02:00
2022-10-29 00:22:54 +11:00
2022-11-29 08:54:34 +01:00
2022-08-25 12:24:29 +02:00
2022-12-20 19:13:48 +01:00
2022-10-17 11:58:26 +01:00
2022-11-25 13:23:36 +00:00
2022-10-04 14:21:41 +11:00
2022-09-12 12:18:57 +01:00
2022-08-26 09:09:24 +02:00
2022-09-09 20:25:47 +02:00
2022-08-25 12:24:29 +02:00
2022-11-25 13:23:36 +00:00
2022-09-21 14:25:33 -07:00
2022-12-23 11:10:11 +02:00
2022-09-12 12:18:57 +01:00
2022-09-19 16:27:12 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-10-05 16:44:05 +02:00
2022-08-25 12:24:29 +02:00
2022-09-27 17:53:04 +02:00