GOTO 
index
mutex
Defined in header file:  mutex.hh

Description

Public base classes

Constructors

Constructor Description
mutex( bool fast = true )  

Members

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.
index

Copyright © 2005-2006 Retrieval Solutions. All rights reserved.