just::thread
std::unique_lock::owns_lock
Check whether or not *this owns a lock on a mutex.
*this
bool owns_lock() const;
true if *this owns a lock on a mutex, false otherwise.
true
false
Nothing.
#include <mutex>
std::unique_lock
Design and Content © Copyright 2008-2010 Just Software Solutions Ltd. All Rights Reserved.