From 6bde934daacf79700bc5b38c304feda16d7e5eab Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 27 Oct 2023 10:06:51 -0600 Subject: [PATCH] locale_threads: add a commented out yield --- lib/locale_threads.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/locale_threads.t b/lib/locale_threads.t index a0249f0df383..775b5efa7a6b 100644 --- a/lib/locale_threads.t +++ b/lib/locale_threads.t @@ -1760,6 +1760,9 @@ EOT \%thread0_corrects); $this_iteration_start += $iterations_per_test_group; + # Let the other threads run + #threads->yield(); + # And repeat as long as there are other tests } while (threads->list(threads::all));