#include <cybergarage/typedef.h>#include <pthread.h>Data Structures | |
| struct | _CgMutex |
| The generic wrapper struct for CyberLinkC's mutexes. More... | |
Typedefs | |
| typedef struct _CgMutex | CgMutex |
Functions | |
| CgMutex * | cg_mutex_new () |
| BOOL | cg_mutex_delete (CgMutex *mutex) |
| BOOL | cg_mutex_lock (CgMutex *mutex) |
| BOOL | cg_mutex_unlock (CgMutex *mutex) |
| CgMutex* cg_mutex_new | ( | ) |
Create a new mutex
1.5.5