std::mutex.3cxx

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

std::mutex -

mutex

SYNOPSIS


Public Types


typedef __native_type * native_handle_type

Public Member Functions


void lock ()

mutex (const mutex &)

native_handle_type native_handle ()

mutex & operator= (const mutex &)

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.