Subject: Re: [Boost-users] [Interprocess] Deadlock when using interprocess_semaphore
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-03-07 06:40:33


Ion Gaztañaga wrote:

> unlock_enter_mut = true;
> break;

Sorry, it should be

timed_out = true;
unlock_enter_mut = true;
break;

Regards,

Ion