Re: [PATCH] testsuite: pthread: call sched_yield for non-preemptive targets

2022-06-26 Thread Jeff Law via Gcc-patches
On 6/20/2022 11:51 PM, Alexandre Oliva via Gcc-patches wrote: Systems without preemptive multi-threading require sched_yield calls to be placed at points in which a context switch might be needed to enable the test to complete. Regstrapped on x86_64-linux-gnu, also tested with a cross to aarc

[PATCH] testsuite: pthread: call sched_yield for non-preemptive targets

2022-06-20 Thread Alexandre Oliva via Gcc-patches
Systems without preemptive multi-threading require sched_yield calls to be placed at points in which a context switch might be needed to enable the test to complete. Regstrapped on x86_64-linux-gnu, also tested with a cross to aarch64-rtems6. Ok to install? for gcc/testsuite/ChangeLog