[haiku-development] Re: Haiku Condition Variables?

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 8 Sep 2009 12:26:04 -0500

On Tue, Sep 8, 2009 at 12:04 PM, Rob Hoelz<rob@xxxxxxxxxxx> wrote:
> I was wondering if Haiku has condition variables as a synchronization
> primitive?  If so, where could I find some documentation (or even the
> header files) for them?

Assuming you mean in userspace, the POSIX-style pthread_cond() and
associated functions are available in pthread.h (c.f.
http://www.opengroup.org/onlinepubs/007908799/xsh/pthread_cond_init.html).

Regards,

Rene

Other related posts: