just::thread
std::unique_lock::mutex
Return the mutex associated with *this if any.
*this
mutex_type* mutex() const;
A pointer to the mutex associated with *this if any, NULL otherwise.
NULL
Nothing.
#include <mutex>
std::unique_lock
Design and Content © Copyright 2008-2019 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy