Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all bug

NAME

       std::mutex -

SYNOPSIS

   Public Types
       typedef __native_type * native_handle_type

   Public Member Functions
       mutex (const mutex &)=delete
       void lock ()
       native_handle_type native_handle ()
       mutex & operator= (const mutex &)=delete
       bool try_lock ()
       void unlock ()

Detailed Description

       mutex

       Definition at line 64 of file mutex.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Thu Mar 20 2014                                std::mutex(3cxx)