Re: Thread Safe APIs?
Re: Thread Safe APIs?
- Subject: Re: Thread Safe APIs?
- From: Clyde McQueen <email@hidden>
- Date: Wed, 27 Jun 2001 07:38:35 -0700
See
http://developer.apple.com/techpubs/macosx/ReleaseNotes/ThreadSupport.html
for a good discussion, and a list.
/Clyde
On Tuesday, June 26, 2001, at 03:43 PM, Steve Gehrman wrote:
Is there a list of thread safe Cocoa APIs? I'm trying to write a
multithreaded app and am getting mysterious random crashes. I wish
there was an easier way to figure out what I'm calling that I shouldn't
be calling.
steve