
29 Sep
2006
29 Sep
'06
8:10 a.m.
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