public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Hugo Tyson <hmt@redhat.com>
To: Fabrice Gautier <gautier@email.enst.fr>
Cc: "'eCos discussion'" <ecos-discuss@sources.redhat.com>
Subject: Re: [ECOS] Idle thread trying to sleep
Date: Fri, 06 Jul 2001 11:16:00 -0000	[thread overview]
Message-ID: <wwtofqxvs6v.fsf@masala.cambridge.redhat.com> (raw)
In-Reply-To: <20010706200715.32DD.GAUTIER@email.enst.fr>

Fabrice Gautier <gautier@email.enst.fr> writes:
> On 06 Jul 2001 16:37:40 +0100
> Hugo Tyson <hmt@redhat.com> wrote:
> > 
> > For one thing, looping in a DSR will cause you to lose 30 clock ticks,
> > because you'll block the system from running any other DSRs for all that
> > time.
> 
> Really? I thougth ISR were enabled during the DSR. And I thought that
> each ISR was taken into account to update the clock counter.

Actually, it can depend on the platform, but for most of the recent ports,
you're absolutely right.  What you describe is exactly the intent.  The
clock will likely be numerically right after all that time, but you'll have
missed (delayed) any alarms and events that were set to occur in the
interval, and any other DSRs of course.

	- Huge

  reply	other threads:[~2001-07-06 11:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-06  8:28 Trenton D. Adams
2001-07-06  8:37 ` Hugo Tyson
2001-07-06 11:10   ` Fabrice Gautier
2001-07-06 11:16     ` Hugo Tyson [this message]
2001-07-06  8:41 ` Gary Thomas
2001-07-06  8:55   ` Trenton D. Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wwtofqxvs6v.fsf@masala.cambridge.redhat.com \
    --to=hmt@redhat.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=gautier@email.enst.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).