public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: Huang Qiang <jameshq@liverpool.ac.uk>
Cc: eCos <ecos-discuss@sources.redhat.com>
Subject: Re: [ECOS] Is clock interrupt = tick ?
Date: Thu, 19 Apr 2001 15:03:00 -0000	[thread overview]
Message-ID: <3ADF609D.8BD4D879@redhat.com> (raw)
In-Reply-To: <KIEBICHBADHFCLGCKOPDEEDOCBAA.jameshq@liv.ac.uk>

[ Is clock interrupt = tick? ]

It may depend on your terminology. Most hardware clocks have an internal
counter, often a resetting decrementer which you program to trigger an
interrupt when it hits zero.

It's up to you whether you consider the change in the value of the
decrementer to be a tick, or the clock interrupt to be a tick. My
preference is for the latter, and I think that is definitely the most
common usage. So in short, yes :-).

But note that kernel timeslicing doesn't take place every clock interrupt -
it actually happens according to the eCos CDL option 
CYGNUM_KERNEL_SCHED_TIMESLICE_TICKS, which defaults to 5 ticks between
reschedules.

Jifl

      reply	other threads:[~2001-04-19 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-19 10:28 Huang Qiang
2001-04-19 15:03 ` Jonathan Larmour [this message]

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=3ADF609D.8BD4D879@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=jameshq@liverpool.ac.uk \
    /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).