site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hello, What is the preferred way to do wait queues with 10.4 SDK. Thanks. Jürgen _______________________________________________ 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... we are to implement waiting queues for scheduling threads generated from a UserClient interface in our kext. As I learned from the documentation I should use wait_queue_alloc , wait_queue_free, wait_queue_member and so on to implement wait queues. Unfortunately I do not find the symbols in the 10.4 SDK only in 10.39 SDK but I think this is not an option for Intel based developments. This email sent to site_archiver@lists.apple.com