Re: Thread safe reference counting

2008-06-29 Thread atebits
Awesome, thanks. I remember reading that page, just completely missed the "Object allocation and retain count functions" note in the list. Loren On Jun 29, 2008, at 5:30 PM, Michael Ash wrote: On Sun, Jun 29, 2008 at 7:12 PM, Chris Suter <[EMAIL PROTECTED]> wrote: On 30/06/2008, at 9:06

Re: Thread safe reference counting

2008-06-29 Thread Michael Ash
On Sun, Jun 29, 2008 at 7:12 PM, Chris Suter <[EMAIL PROTECTED]> wrote: > > On 30/06/2008, at 9:06 AM, atebits wrote: > >> Perhaps I'm blind, but after pouring over every scrap of information I >> could find, I could not find the answer to this question. >> >> Are -retain and -release thread-safe?

Re: Thread safe reference counting

2008-06-29 Thread Chris Suter
On 30/06/2008, at 9:06 AM, atebits wrote: Perhaps I'm blind, but after pouring over every scrap of information I could find, I could not find the answer to this question. Are -retain and -release thread-safe? (Perhaps as atomic increments/ decrements internally?) Yes, -retain and -release

Thread safe reference counting

2008-06-29 Thread atebits
Perhaps I'm blind, but after pouring over every scrap of information I could find, I could not find the answer to this question. Are -retain and -release thread-safe? (Perhaps as atomic increments/ decrements internally?) ___ Cocoa-dev mailing lis