Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

NAME

       std::mutex -

SYNOPSIS

   Public Types
       typedef __native_type * native_handle_type

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

Detailed Description

       mutex

       Definition at line 63 of file mutex.

Author

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