site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Typo: "you should with either use wait_queue functions or use" -> with--; Question: Does it: - wake up all the sleeping "threads" at once? or - wake up only one sleeping thread? _______________________________________________ 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... http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming... /apple_ref/doc/uid/TP30000905-CH219-CHDFIGGH Let's say you are in a re-entrant callback and you make a call to msleep(void * channel, ...) on multiple calls with the same channel and you then issue a wakeup(void * channel) call. This email sent to site_archiver@lists.apple.com