#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 |
|
|
|
|
|
|
|
|
|
|