Re: Timers in my NKE
Re: Timers in my NKE
- Subject: Re: Timers in my NKE
- From: Godfrey van der Linden <email@hidden>
- Date: Thu, 17 Jun 2004 11:30:46 -0700
G'day Justin,
You are right it is
#include <kern/thread_call.h> // And can be found in xnu/osfmk/kern
It sort of depends on what you want to do with the timeou()t. But for
regularly scheduled timeouts I prefer using thread_call_enter directly
as it is lighter weight and closer to my requirements.
Godfrey
On Jun 17, , at 10:38, Justin Walker wrote:
On Jun 17, 2004, at 10:11, Godfrey van der Linden wrote:
Check out <xnu/kern/thread_call.h>
Huh? I don't find such a file. What about a 'timeout()' call?
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.