Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GMutex.h File Reference

#include <pthread.h>

Go to the source code of this file.

Defines

#define gInitMutex(m)   pthread_mutex_init(m, NULL)
#define gDestroyMutex(m)   pthread_mutex_destroy(m)
#define gLockMutex(m)   pthread_mutex_lock(m)
#define gUnlockMutex(m)   pthread_mutex_unlock(m)

Typedefs

typedef pthread_mutex_t GMutex


Define Documentation

#define gDestroyMutex      pthread_mutex_destroy(m)
 

#define gInitMutex      pthread_mutex_init(m, NULL)
 

#define gLockMutex      pthread_mutex_lock(m)
 

#define gUnlockMutex      pthread_mutex_unlock(m)
 


Typedef Documentation

typedef pthread_mutex_t GMutex
 


Generated on Wed Nov 3 12:59:12 2004 for Lemur Toolkit by doxygen1.2.18