Go to the source code of this file.
Typedefs | |
| typedef struct GWEN_MUTEX | GWEN_MUTEX |
Functions | |
| void | GWEN_Mutex_free (GWEN_MUTEX *mtx) |
| int | GWEN_Mutex_Lock (GWEN_MUTEX *mtx) |
| GWEN_MUTEX * | GWEN_Mutex_new () |
| int | GWEN_Mutex_Unlock (GWEN_MUTEX *mtx) |
| typedef struct GWEN_MUTEX GWEN_MUTEX |
| void GWEN_Mutex_free | ( | GWEN_MUTEX * | mtx | ) |
Referenced by GWEN_MemCache_free().
| int GWEN_Mutex_Lock | ( | GWEN_MUTEX * | mtx | ) |
Referenced by GWEN_MemCache_Lock().
| GWEN_MUTEX* GWEN_Mutex_new | ( | ) |
Referenced by GWEN_MemCache_new().
| int GWEN_Mutex_Unlock | ( | GWEN_MUTEX * | mtx | ) |
Referenced by GWEN_MemCache_Unlock().
1.6.2