|
|
| Constructor | Description |
| mutex( bool fast = true ) |
| Types | Description |
| Methods | |
| void init( bool fast = true, pthread_mutexattr_t* attr = NULL ) | \brief Initializes the mutex. If attr is not NULL the given attribute will be used and fast will be ignored, otherwise the default settings will be used and fast will be evaluated. |