std::__shared_mutex_cv(3cxx) | std::__shared_mutex_cv(3cxx) |
std::__shared_mutex_cv - A shared mutex type implemented using std::condition_variable.
#include <shared_mutex>
Inherited by std::shared_timed_mutex [private].
__shared_mutex_cv (const __shared_mutex_cv
&)=delete
void lock ()
void lock_shared ()
__shared_mutex_cv & operator= (const
__shared_mutex_cv &)=delete
bool try_lock ()
bool try_lock_shared ()
void unlock ()
void unlock_shared ()
class shared_timed_mutex
A shared mutex type implemented using std::condition_variable.
Definition at line 255 of file shared_mutex.
Definition at line 304 of file shared_mutex.
Definition at line 306 of file shared_mutex.
Definition at line 317 of file shared_mutex.
Definition at line 353 of file shared_mutex.
Definition at line 328 of file shared_mutex.
Definition at line 361 of file shared_mutex.
Definition at line 340 of file shared_mutex.
Definition at line 375 of file shared_mutex.
Definition at line 257 of file shared_mutex.
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |