• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: render callback + pthread_cond_signal
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: render callback + pthread_cond_signal


  • Subject: Re: render callback + pthread_cond_signal
  • From: "Paul Sanders" <email@hidden>
  • Date: Fri, 29 Oct 2010 23:31:22 +0100

On 28 Oct 2010, at 18:30, Scott Burgess <email@hidden> 
wrote:

>
> Is calling pthread_cond_signal() from an AU render callback cool?
>
> If not, what is the safe alternative to signal a UI or other thread?

I do it and it works fine for me.  pthread_cond_signal is never going to block - it just releases one of however many threads are waiting on the condition variable (which, I imagine, is what you are trying to accomplish).

Paul Sanders.
 
 _______________________________________________
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

  • Follow-Ups:
    • Re: render callback + pthread_cond_signal
      • From: Brian Willoughby <email@hidden>
References: 
 >Re: render callback + pthread_cond_signal (From: Ian Kemmish <email@hidden>)

  • Prev by Date: Re: How to save OpenAL sources to disk
  • Next by Date: Re: render callback + pthread_cond_signal
  • Previous by thread: Re: render callback + pthread_cond_signal
  • Next by thread: Re: render callback + pthread_cond_signal
  • Index(es):
    • Date
    • Thread