Re: fixed time slices?
- From: "Jan Bruns" <testzugang_janbruns@xxxxxxxx>
- Date: Fri, 22 Jun 2007 00:55:07 +0200
Hm, I'm using another mainboard for some months. Maybe the other
one's driver did something difrent/better.
Thanks for the note about the multmedia-timers. I again needed
to convert some headers to use them, but it seems to work.
The thread that calls the mutimedia-timer callback function
isn't the same as the one the created the timer. From
within the callback-procedure, a loop like
for i := 1 to n do sleep(s);
takes about n*(s+1) ms. What's difrent with this thread?
What I basically want is a real sleep(1ms) function,
that consumes less CPU than brute force waiting, and
after sleep have somesomthing done from within the
sleep-thread.
Gruss
Jan Bruns
.
- Follow-Ups:
- Re: fixed time slices?
- From: Jan Bruns
- Re: fixed time slices?
- References:
- fixed time slices?
- From: Jan Bruns
- Re: fixed time slices?
- From: Don Burn
- Re: fixed time slices?
- From: m
- fixed time slices?
- Prev by Date: Re: fixed time slices?
- Next by Date: Re: fixed time slices?
- Previous by thread: Re: fixed time slices?
- Next by thread: Re: fixed time slices?
- Index(es):