$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Tcherepanov (moyt63c02_at_[hidden])
Date: 2007-11-16 10:58:40
Hello boosters,
Let's say I have a 2 condition variables, and 2 threads that wait on them.
I would like to collapse these 2 threads into 1 by making thread wait on
*either* of these conditions to lock their mutexes (it is not the same
mutex). Is it possible to do, or I better change the logic under the hood?
Thank you very much,
Andrey