Re: AU Threading Question
Re: AU Threading Question
- Subject: Re: AU Threading Question
- From: tahome izwah <email@hidden>
- Date: Fri, 08 Apr 2011 12:06:04 +0200
Brian, I think what he's asking is if either the thread making the
Render call or GetProperty does something akin to @synchronized(self),
which would prevent its data structures from being updated while the
call is underway (creating a lock in the process). On a time
constrained render thread this could pose a problem.
I think that they're not mutually exclusive in their access to the
instance data, but maybe someone from the CA team can confirm this.
--th
2011/4/8 Brian Willoughby <email@hidden>:
>
> I don't understand your question at all, but perhaps there is a
> misunderstanding of the difference between what it means for two threads to
> access the same data versus what it means for a thread to call a blocking
> function or enter a mutex condition.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden