|
Cyber Garage Portable Runtime (CGPR) for C
|
#include <pthread.h>Data Structures | |
| struct | UEchoMutex |
Typedefs | |
| typedef struct UEchoMutex | CGMutex |
Functions | |
| CGMutex * | cg_mutex_new (void) |
| bool | cg_mutex_delete (CGMutex *mutex) |
| bool | cg_mutex_lock (CGMutex *mutex) |
| bool | cg_mutex_unlock (CGMutex *mutex) |
| typedef struct UEchoMutex CGMutex |
| bool cg_mutex_delete | ( | CGMutex * | mutex | ) |
| bool cg_mutex_lock | ( | CGMutex * | mutex | ) |
| CGMutex * cg_mutex_new | ( | void | ) |
| bool cg_mutex_unlock | ( | CGMutex * | mutex | ) |