/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_events.c | 98 if (SUCCESS != pthread_mutex_init(&(plEvent->mutex), NULL)) in TIMM_OSAL_EventCreate() 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate() 142 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition))) in TIMM_OSAL_EventDelete() 154 if (SUCCESS != pthread_mutex_unlock(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 160 if (SUCCESS != pthread_mutex_destroy(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 192 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventSet() 216 if (SUCCESS != pthread_cond_signal(&plEvent->condition)) in TIMM_OSAL_EventSet() 225 if (SUCCESS != pthread_mutex_unlock(&plEvent->mutex)) in TIMM_OSAL_EventSet() 286 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventRetrieve() [all …]
|
D | timm_osal_mutex.c | 88 if (SUCCESS != pthread_mutex_init(plMutex, TIMM_OSAL_NULL)) in TIMM_OSAL_MutexCreate() 132 if (SUCCESS != pthread_mutex_destroy(plMutex)) in TIMM_OSAL_MutexDelete() 172 if (SUCCESS != pthread_mutex_lock(plMutex)) 179 if (SUCCESS != pthread_mutex_trylock(plMutex)) 193 if (SUCCESS != pthread_mutex_lock(plMutex)) 196 if (SUCCESS != pthread_mutex_timedlock(plMutex, &abs_timeout)) 232 if (SUCCESS != pthread_mutex_unlock(plMutex))
|
D | timm_osal_semaphores.c | 96 if (SUCCESS != sem_init(psem, 0, uInitCount)) in TIMM_OSAL_SemaphoreCreate() 131 if (SUCCESS != sem_destroy(psem)) in TIMM_OSAL_SemaphoreDelete() 166 if (SUCCESS != sem_wait(psem)) in TIMM_OSAL_SemaphoreObtain() 174 if (SUCCESS != sem_trywait(psem)) in TIMM_OSAL_SemaphoreObtain() 190 if (SUCCESS != sem_timedwait(psem, &abs_timeout)) in TIMM_OSAL_SemaphoreObtain() 220 if (SUCCESS != sem_post(psem)) in TIMM_OSAL_SemaphoreRelease() 286 if (SUCCESS != sem_getvalue(psem, &sval)) in TIMM_OSAL_GetSemaphoreCount()
|
D | timm_osal_task.c | 141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr)) in TIMM_OSAL_CreateTask() 148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 164 if (SUCCESS != pthread_attr_getstacksize(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 175 if (SUCCESS != pthread_attr_setstacksize(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
D | timm_osal_pipes.c | 110 if (SUCCESS != pipe(pHandle->pfd)) in TIMM_OSAL_CreatePipe() 155 if (SUCCESS != close(pHandle->pfd[0])) in TIMM_OSAL_DeletePipe() 160 if (SUCCESS != close(pHandle->pfd[1])) in TIMM_OSAL_DeletePipe()
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
D | timm_osal_events.c | 98 if (SUCCESS != pthread_mutex_init(&(plEvent->mutex), NULL)) in TIMM_OSAL_EventCreate() 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate() 142 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition))) in TIMM_OSAL_EventDelete() 154 if (SUCCESS != pthread_mutex_unlock(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 160 if (SUCCESS != pthread_mutex_destroy(&(plEvent->mutex))) in TIMM_OSAL_EventDelete() 192 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventSet() 216 if (SUCCESS != pthread_cond_signal(&plEvent->condition)) in TIMM_OSAL_EventSet() 225 if (SUCCESS != pthread_mutex_unlock(&plEvent->mutex)) in TIMM_OSAL_EventSet() 286 if (SUCCESS != pthread_mutex_lock(&(plEvent->mutex))) in TIMM_OSAL_EventRetrieve() [all …]
|
D | timm_osal_mutex.c | 88 if (SUCCESS != pthread_mutex_init(plMutex, TIMM_OSAL_NULL)) in TIMM_OSAL_MutexCreate() 132 if (SUCCESS != pthread_mutex_destroy(plMutex)) in TIMM_OSAL_MutexDelete() 172 if (SUCCESS != pthread_mutex_lock(plMutex)) 179 if (SUCCESS != pthread_mutex_trylock(plMutex)) 193 if (SUCCESS != pthread_mutex_lock(plMutex)) 196 if (SUCCESS != pthread_mutex_timedlock(plMutex, &abs_timeout)) 232 if (SUCCESS != pthread_mutex_unlock(plMutex))
|
D | timm_osal_semaphores.c | 96 if (SUCCESS != sem_init(psem, 0, uInitCount)) in TIMM_OSAL_SemaphoreCreate() 131 if (SUCCESS != sem_destroy(psem)) in TIMM_OSAL_SemaphoreDelete() 166 if (SUCCESS != sem_wait(psem)) in TIMM_OSAL_SemaphoreObtain() 174 if (SUCCESS != sem_trywait(psem)) in TIMM_OSAL_SemaphoreObtain() 190 if (SUCCESS != sem_timedwait(psem, &abs_timeout)) in TIMM_OSAL_SemaphoreObtain() 220 if (SUCCESS != sem_post(psem)) in TIMM_OSAL_SemaphoreRelease() 286 if (SUCCESS != sem_getvalue(psem, &sval)) in TIMM_OSAL_GetSemaphoreCount()
|
D | timm_osal_task.c | 141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr)) in TIMM_OSAL_CreateTask() 148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 164 if (SUCCESS != pthread_attr_getstacksize(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 175 if (SUCCESS != pthread_attr_setstacksize(&pHandle->ThreadAttr, in TIMM_OSAL_CreateTask() 185 if (SUCCESS != pthread_create(&pHandle->threadID, in TIMM_OSAL_CreateTask()
|
D | timm_osal_pipes.c | 110 if (SUCCESS != pipe(pHandle->pfd)) in TIMM_OSAL_CreatePipe() 155 if (SUCCESS != close(pHandle->pfd[0])) in TIMM_OSAL_DeletePipe() 160 if (SUCCESS != close(pHandle->pfd[1])) in TIMM_OSAL_DeletePipe()
|
/hardware/ti/omap4-aah/domx/mm_osal/inc/ |
D | timm_osal_types.h | 106 #define SUCCESS 0 macro
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
D | timm_osal_types.h | 106 #define SUCCESS 0 macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_common.h | 46 #define SUCCESS 1 macro
|
D | dhdu_linux.c | 683 return SUCCESS; in validate_server_address()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.h | 66 #define SUCCESS TRUE macro
|
D | loc_eng.cpp | 76 #define SUCCESS TRUE macro
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng.h | 66 #define SUCCESS TRUE macro
|
D | loc_eng.cpp | 76 #define SUCCESS TRUE macro
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 1414 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) 1465 # [ACTION-SUCCESS], [ACTION-FAILURE])
|