Re: Threading and Synchronization in Mass storage driver
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pvAe9u0jQLbf9at/3SRCUsAPT73jYOjmUqntY5k56J7ptCfSxniEGMdNMGNabAOVjJJYpvZNBdPof5Br4khWf8qmIGeNOvNgtPk8tGiGerYf9H0avvMsuwqumvUZPPJaVIMDF9xgl375NYhOkqJ2sAOZXAY+p/hrUWaOn5M2cXQ= Again, this email seems to be a new thread. Why not just reply to the old thread? Anway: http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming... You will find the entire document enlightening actually :-) H. On 07 Dec 2005 18:22:18 +0530, Yogesh P <pahilwan.yogesh@spsoftindia.com> wrote:
Hi Herb,
Thanks for your valuable suggestion about the threading and synchronization in Mac OS X.
I am also thankful to Garth for his suggestions.
Now my driver is not getting crash when I call the IOCreateThread() function.
Is there any API to put the kernel thread in a wait for a nanosecond in sleep in IOKit??
Thanks, Yogesh
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/bogvardi%40gmail.com
This email sent to bogvardi@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Herb Petschauer