From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:8682:: with SMTP id i124mr2675576qkd.251.1587572206184; Wed, 22 Apr 2020 09:16:46 -0700 (PDT) X-Received: by 2002:a9d:7d15:: with SMTP id v21mr10034855otn.182.1587572205838; Wed, 22 Apr 2020 09:16:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Apr 2020 09:16:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=89.157.139.225; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 89.157.139.225 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a224dbe-5af4-4f8a-84d5-03e8b56398fa@googlegroups.com> Subject: Re: Scheduling behaviour issue From: fabien.chouteau@gmail.com Injection-Date: Wed, 22 Apr 2020 16:16:46 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58461 Date: 2020-04-22T09:16:45-07:00 List-Id: On Wednesday, April 22, 2020 at 1:34:53 PM UTC+2, Simon Wright wrote: > but FreeRTOS adds the preempted task at the *tail* of its ready queue > ([4], section Prioritized Pre-emptive Scheduling (without Time Slicing), > on page 95 or thereabouts). I couldn't find the paragraph that says that. That seems very strange to not resume the task that was just preempted.