Searched refs:pSemaphore (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_semaphores.c | 81 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreCreate(TIMM_OSAL_PTR * pSemaphore, in TIMM_OSAL_SemaphoreCreate() argument 85 *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() argument 123 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() argument 156 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() argument 212 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 …]
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_semaphores.c | 81 TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreCreate(TIMM_OSAL_PTR * pSemaphore, in TIMM_OSAL_SemaphoreCreate() argument 85 *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() argument 123 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() argument 156 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() argument 212 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 …]
|
/hardware/ti/omap4-aah/domx/mm_osal/inc/ |
D | timm_osal_semaphores.h | 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);
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
D | timm_osal_semaphores.h | 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);
|