|
|
@ -155,6 +155,7 @@ int Rd_MutexDestroy(void *_pMutex); |
|
|
int Rd_SemInit(void *_sem, int _iPshared, int _iValue); |
|
|
int Rd_SemInit(void *_sem, int _iPshared, int _iValue); |
|
|
void Rd_SemPost(void *_sem, const char *_pcFunc, int *_piCnt); |
|
|
void Rd_SemPost(void *_sem, const char *_pcFunc, int *_piCnt); |
|
|
void Rd_SemWait(void *_sem, const char *_pcFunc, int *_piCnt); |
|
|
void Rd_SemWait(void *_sem, const char *_pcFunc, int *_piCnt); |
|
|
|
|
|
int Rd_SemWaitTimeout(void *_sem, uint32_t _uiTimeoutMs); |
|
|
int Rd_SemDestroy(void *_sem); |
|
|
int Rd_SemDestroy(void *_sem); |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
|