gwenhywfar  4.14.0
Typedefs | Functions
gwensemaphore.h File Reference

Go to the source code of this file.

Typedefs

typedef struct GWEN_SEMAPHORE GWEN_SEMAPHORE
 

Functions

void GWEN_Semaphore_free (GWEN_SEMAPHORE *sm)
 
GWEN_SEMAPHOREGWEN_Semaphore_new (void)
 
void GWEN_Semaphore_Post (GWEN_SEMAPHORE *sm)
 
void GWEN_Semaphore_Wait (GWEN_SEMAPHORE *sm)
 

Typedef Documentation

Definition at line 31 of file gwensemaphore.h.

Function Documentation

void GWEN_Semaphore_free ( GWEN_SEMAPHORE sm)
GWEN_SEMAPHORE* GWEN_Semaphore_new ( void  )
void GWEN_Semaphore_Post ( GWEN_SEMAPHORE sm)
void GWEN_Semaphore_Wait ( GWEN_SEMAPHORE sm)