Re: Endless loop but only with release build
Re: Endless loop but only with release build
- Subject: Re: Endless loop but only with release build
- From: Matt Neuburg <email@hidden>
- Date: Sat, 30 Sep 2006 10:24:33 -0700
- Thread-topic: Endless loop but only with release build
On Sat, 30 Sep 2006 17:02:18 +0100, Antonio Nunes <email@hidden>
said:
> // Wait until the converting thread has terminated, if it exists
> while (_isConverting) {
> ;
> }
>
>Could this be a compiler bug, or is this not a good way to handle
>states across threads?
Gosh, I'd say the latter.
<http://developer.apple.com/documentation/Cocoa/Conceptual/Multithreading/ar
ticles/CocoaLocks.html>
m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden