site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Ah, thanks. Matt On 21 Feb 2005, at 17:38, Jonas Maebe wrote: On 21 feb 2005, at 18:28, Matthew Jenkins wrote: Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/mattj%40inty.net This email sent to mattj@inty.net Scanned for viruses by MailDefender _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I've often wondered what detaching threads actually did - the man pages aren't that helpful. Is there something fundamental that I'm missing? Yes, either you should create your threads in a detached state (or detach them inside their runloop), or you should pthread_join() them in the main program. Scanned for viruses by MailDefender This email sent to site_archiver@lists.apple.com
participants (1)
-
Matthew Jenkins