Re: Closing a thread that is waiting for Irq
- From: Igge H <IggeH@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 07:46:13 -0700
Thanks for your quick replies.
I'have tried to close the handle to the event (HW IRQ) but
WaitForSingleObject doesn't return on that. Have you guys realy tried that
for HW IRQ in CE 4.2 ?
Setting the interrupt manually with SetInterruptEvent works fine so that
solves my problem
Igge
"Voidcoder" wrote:
> it was "... or whatever you want ..." in my post :)
>
>
> "Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:ulH2K8KfFHA.1372@xxxxxxxxxxxxxxxxxxxxxxx
> > Instead of a global flag you can use the little known Event Data functions
> > GetEventData and SetEventData to store the abort flag. This is preferred
> > to forcing the event closed as closing the event generates an error
> > condition and you can't distinguish it from a real error.
> >
> >
> > --
> > Steve Maillet
> > EmbeddedFusion
> > www.EmbeddedFusion.com
> > smaillet at EmbeddedFusion dot com
> >
> >
>
>
>
.
- Follow-Ups:
- Re: Closing a thread that is waiting for Irq
- From: Steve Maillet \(eMVP\)
- Re: Closing a thread that is waiting for Irq
- References:
- Closing a thread that is waiting for Irq
- From: Igge H
- Re: Closing a thread that is waiting for Irq
- From: Anthony Pellerin
- Re: Closing a thread that is waiting for Irq
- From: Voidcoder
- Re: Closing a thread that is waiting for Irq
- From: Steve Maillet \(eMVP\)
- Re: Closing a thread that is waiting for Irq
- From: Voidcoder
- Closing a thread that is waiting for Irq
- Prev by Date: Re: Mapping physical memory into Application space
- Next by Date: Re: include source code in another folder?
- Previous by thread: Re: Closing a thread that is waiting for Irq
- Next by thread: Re: Closing a thread that is waiting for Irq
- Index(es):