std::recursive_mutex.3cxx

Langue: en

Autres versions - même langue

Version: 353896 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::recursive_mutex -

recursive_mutex

SYNOPSIS


Public Types


typedef __native_type * native_handle_type

Public Member Functions


void lock ()

native_handle_type native_handle ()

recursive_mutex & operator= (const recursive_mutex &)

recursive_mutex (const recursive_mutex &)

bool try_lock ()

void unlock ()

Detailed Description

recursive_mutex

Definition at line 115 of file mutex.

Author

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