__gnu_cxx::_Lock

Langue: en

Autres versions - même langue

Version: 290791 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

__gnu_cxx::_Lock -

SYNOPSIS


Detailed Description

There is no automatic locking or unlocking happening without the programmer's explicit instructions. This class unlocks the mutex ONLY if it has not been locked. However, this check does not apply for locking, and wayward use may cause dead-locks.

Definition at line 135 of file bitmap_allocator.h.

Public Member Functions


_Lock (_Mutex *__mptr)

void _M_lock ()

void _M_unlock ()

Author

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