|
MySQL 5.6.14 Source Code Document
|
Public Types | |
| enum | { ErrState = -101, ErrLevel = -102, ErrOwner = -103, ErrNolock = -104 } |
Public Member Functions | |
| SafeMutex (const char *name, Uint32 limit, bool debug) | |
| int | create () |
| int | destroy () |
| int | lock () |
| int | unlock () |
Friends | |
| class NdbOut & | operator<< (NdbOut &, const SafeMutex &) |
Definition at line 43 of file SafeMutex.hpp.