Re: Threading and Synchronization in Mass storage driver
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Dec 13, 2005, at 5:49 AM, Yogesh P wrote: = Mike _______________________________________________ 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... Is that I am doing something wrong in using these API's ?? At the highest level, yes. You're trying to write your own locking architecture, when you should be using the facilities provided by I/O Kit. For example, what you're trying to do here is to re-implement IOCommandPool. Don't do that. This email sent to site_archiver@lists.apple.com
participants (1)
-
Mike Smith