Re: AU MIDI out: threading problem with Logic
Re: AU MIDI out: threading problem with Logic
- Subject: Re: AU MIDI out: threading problem with Logic
- From: Paul Davis <email@hidden>
- Date: Mon, 17 Oct 2011 06:24:32 -0400
On Mon, Oct 17, 2011 at 5:39 AM, Philippe Wicker <email@hidden> wrote:
> By the way is it safe to call pthread_self and pthread_equal in the audio
> thread?
pthread_self() just looks into the stack of the caller, or some
thread-private heap memory, and so is safe. pthread_equal() just
compares two scalar/pointer values in every pthread implementation
i've read, so it is also safe.
_______________________________________________
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