Searched refs:pSemaphore (Results 1 – 2 of 2) sorted by relevance
81 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreCreate(TIMM_OSAL_PTR * pSemaphore, in TIMM_OSAL_SemaphoreCreate() argument85 *pSemaphore = TIMM_OSAL_NULL; in TIMM_OSAL_SemaphoreCreate()102 *pSemaphore = (TIMM_OSAL_PTR) psem; in TIMM_OSAL_SemaphoreCreate()120 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreDelete(TIMM_OSAL_PTR pSemaphore) in TIMM_OSAL_SemaphoreDelete() argument123 sem_t *psem = (sem_t *) pSemaphore; in TIMM_OSAL_SemaphoreDelete()150 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreObtain(TIMM_OSAL_PTR pSemaphore, in TIMM_OSAL_SemaphoreObtain() argument156 sem_t *psem = (sem_t *) pSemaphore; in TIMM_OSAL_SemaphoreObtain()209 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreRelease(TIMM_OSAL_PTR pSemaphore) in TIMM_OSAL_SemaphoreRelease() argument212 sem_t *psem = (sem_t *) pSemaphore; in TIMM_OSAL_SemaphoreRelease()239 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreReset(TIMM_OSAL_PTR pSemaphore, in TIMM_OSAL_SemaphoreReset() argument[all …]
62 pSemaphore, TIMM_OSAL_U32 uInitCount);64 pSemaphore);66 pSemaphore, TIMM_OSAL_U32 uTimeOut);68 pSemaphore);69 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreReset(TIMM_OSAL_PTR pSemaphore,72 pSemaphore, TIMM_OSAL_U32 * count);