Subject: Re: [Boost-users] query regarding mutex
From: Abbhishek Misra (abhishekfishy2000_at_[hidden])
Date: 2010-07-27 00:15:46


thanks lgor, I looked up my system's headers,

its like this

        typedef unique_lock<mutex> scoped_lock;
        typedef detail::try_lock_wrapper<mutex> scoped_try_lock;