OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSemaphore
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/domx/mm_osal/inc/
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/src/
timm_osal_semaphores.c
81
TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreCreate(TIMM_OSAL_PTR *
pSemaphore
,
85
*
pSemaphore
= TIMM_OSAL_NULL;
102
*
pSemaphore
= (TIMM_OSAL_PTR) psem;
120
TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreDelete(TIMM_OSAL_PTR
pSemaphore
)
123
sem_t *psem = (sem_t *)
pSemaphore
;
150
TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreObtain(TIMM_OSAL_PTR
pSemaphore
,
156
sem_t *psem = (sem_t *)
pSemaphore
;
209
TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreRelease(TIMM_OSAL_PTR
pSemaphore
)
212
sem_t *psem = (sem_t *)
pSemaphore
;
239
TIMM_OSAL_ERRORTYPE TIMM_OSAL_SemaphoreReset(TIMM_OSAL_PTR
pSemaphore
,
[
all
...]
/external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h
64
sem_t *
pSemaphore
;
Completed in 55 milliseconds