Threads - does the @synchronized Directive work?

2005-12-20 Thread David Wetzel
hi folks, I just red that In addition to lock classes, the Objective-C language includes the @synchronized directive for locking a block of code. The directive takes a single parameter, which is the object you want to be used as the key for locking the code. The compiler then creates a mutex

Re: Threads - does the @synchronized Directive work?

2005-12-20 Thread Andrew Pinski
On Dec 20, 2005, at 6:34 PM, David Wetzel wrote: hi folks, I just red that @synchronized does not work with the GNU runtime yet. There is a bug in gcc's bugzilla to record that fact. I just have not got around to fixing it yet. -- Pinski ___