|
gwenhywfar
5.1.3
|
Go to the source code of this file.
Typedefs | |
| typedef struct GWEN_SEMAPHORE | GWEN_SEMAPHORE |
Functions | |
| 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) |
| typedef struct GWEN_SEMAPHORE GWEN_SEMAPHORE |
Definition at line 31 of file gwensemaphore.h.
| 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 | ) |
1.8.17