$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [thread] mutex is locked
From: gast128 (gast128_at_[hidden])
Date: 2014-06-29 07:56:55
LambdaTea <mousehaohao <at> vip.qq.com> writes:
>
> maybe you can use the unique_lock's member function
> bool owns_lock() const;
'owns_lock' is a function from the lock not from the mutex.