$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-09-29 04:10:52
Mariusz Kedzierawski wrote:
> But I work on software platform (OS20), which doesn't have conditional
> variables implemented.
What is OS20?
> It have got only mutexes and semaphores at my
> hand, so when I lured into conditionals implementation in boost I saw
> impl. for mac based on mentioned mutexes and sems. I wanted to modify
> conditional.(h|cpp) to just use available synchro. primitives and got
> conds working.
If you do have a pthread library, I recommend using this instead, since
the implementation of condition variables contains a lot of traps.
Roland