public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1200] libstdc++: testsuite: call sched_yield for nonpreemptive targets
@ 2022-06-22  2:11 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-06-22  2:11 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:f129628e8f261b66a34a9626e1f5b0293548a6a8

commit r13-1200-gf129628e8f261b66a34a9626e1f5b0293548a6a8
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Jun 21 23:11:01 2022 -0300

    libstdc++: testsuite: call sched_yield for nonpreemptive targets
    
    As in the gcc testsuite, 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.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc (test02): Call
            sched_yield.

Diff:
---
 libstdc++-v3/testsuite/30_threads/this_thread/60421.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
index ad6f9aeffcc..12dbeba1cc4 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -59,6 +59,7 @@ test02()
   while (!sleeping)
   {
     // Wait for the thread to start sleeping.
+    sched_yield ();
   }
   while (sleeping)
   {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  2:11 [gcc r13-1200] libstdc++: testsuite: call sched_yield for nonpreemptive targets Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).