gwenhywfar  5.3.0
Typedefs | Functions
mutex.h File Reference

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_MUTEXGWEN_Mutex_new (void)
 
int GWEN_Mutex_Unlock (GWEN_MUTEX *mtx)
 

Typedef Documentation

◆ GWEN_MUTEX

typedef struct GWEN_MUTEX GWEN_MUTEX

Definition at line 31 of file mutex.h.

Function Documentation

◆ GWEN_Mutex_free()

void GWEN_Mutex_free ( GWEN_MUTEX mtx)

◆ GWEN_Mutex_Lock()

int GWEN_Mutex_Lock ( GWEN_MUTEX mtx)

◆ GWEN_Mutex_new()

GWEN_MUTEX* GWEN_Mutex_new ( void  )

◆ GWEN_Mutex_Unlock()

int GWEN_Mutex_Unlock ( GWEN_MUTEX mtx)