RE: Deferred procedure call available?

2000-03-30 Thread Eric Peterson
> -Original Message- Samuel Tardieu [mailto:[EMAIL PROTECTED]] writes: > Sent: Thursday, March 30, 2000 11:46 AM > To: Eric Peterson > Cc: '[EMAIL PROTECTED]' > Subject: Re: Deferred procedure call available? > > > >>>>> "Eric&q

Re: Deferred procedure call available?

2000-03-30 Thread Samuel Tardieu
> "Eric" == Eric Peterson <[EMAIL PROTECTED]> writes: Eric> Sometimes called "task queues" or "deferred callbacks", they Eric> allow an interrupt handler to schedule a (possibly predefined) Eric> function to be called outside the context of the interrupt. (not an answer, just a suggestion) I

Re: Deferred procedure call available?

2000-03-30 Thread Mike Smith
> Hi, > Is there a facility in FreeBSD to do a deferred procedure call? > Sometimes called "task queues" > or "deferred callbacks", they allow an interrupt handler to schedule > a (possibly predefined) function to > be called outside the context of the interrupt. > > I dug

Deferred procedure call available?

2000-03-30 Thread Eric Peterson
Hi, Is there a facility in FreeBSD to do a deferred procedure call? Sometimes called "task queues" or "deferred callbacks", they allow an interrupt handler to schedule a (possibly predefined) function to be called outside the context of the interrupt. I dug a bit a