
12 Sep
2009
12 Sep
'09
4:46 p.m.
Ion GaztaƱaga wrote:
Are you using a named_mutex with named_condition? named_condition does not work with interprocess_mutexeses. I think the line says it:
I am using it with: sharable_lock<named_upgradable_mutex> lock(mtx) named_condition.wait(lock) Best regards, Moritz