How to kill an IOKit thread?
How to kill an IOKit thread?
- Subject: How to kill an IOKit thread?
- From: Heiko Panther <email@hidden>
- Date: Wed, 31 Jul 2002 20:53:43 +0200
I'm using an IOKit thread in my kext. The thread usually blocks in a
system call.
From my main workloop, I want to terminate the thread on certain
conditions. There is an explanation on how to do so in IMX:Kernel
Programming.
thread_terminate(getact_thread(thread_t thread));
Only problem: I can't seem to find the function getact_thread(). Any
clues? How do I get rid of the thread?
Heiko Panther
_______________________________________________
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.