31 Jul
2002
31 Jul
'02
6:53 p.m.
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 | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.