[haiku] Re: Any plans for pthread support?

  • From: Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Tue, 22 Sep 2009 20:48:58 +0200

2009/9/22 Ryan Leavengood <leavengood@xxxxxxxxx>:

> Now we do actually have kernel land condition variables too, which
> might be implemented more directly, but I suspect they too are built
> on lower level constructs.
>
They are built (like the other locking primitives) on the lowest level
locking primitives we have in the kernel: thread_block/thread_unblock.

Other related posts: