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

NAME

       std::recursive_mutex -

SYNOPSIS

   Public Types
       typedef __native_type * native_handle_type

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

Detailed Description

       recursive_mutex

       Definition at line 156 of file mutex.

Author

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

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