Home
last modified time | relevance | path

Searched refs:pthread_cond_init (Results 1 – 25 of 69) sorted by relevance

123

/hardware/intel/common/wrs_omxil_core/utils/src/
Dworkqueue.cpp30 pthread_cond_init(&wcond, NULL); in WorkQueue()
33 pthread_cond_init(&executing_wait, NULL); in WorkQueue()
34 pthread_cond_init(&paused_wait, NULL); in WorkQueue()
224 pthread_cond_init(&complete, NULL); in FlushBarrier()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DCMutex.cpp42 pthread_cond_init(&m_cond, NULL); in CMutex()
DCSemaphore.cpp42 pthread_cond_init(&m_cond, NULL); in CSemaphore()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h38 pthread_cond_init(&mCondition, NULL); in Condition()
/hardware/intel/common/libwsbm/
Dconfigure.ac20 AC_SEARCH_LIBS(pthread_cond_init, pthread,
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h53 pthread_cond_init(&mCondition, NULL); in Condition()
/hardware/libhardware/modules/sensors/
DSensorEventQueue.cpp30 pthread_cond_init(&mSpaceAvailableCondition, NULL); in SensorEventQueue()
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h88 pthread_cond_init(&cond, 0); in Locker()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp341 pthread_cond_init(&loc_eng_ni_data_p->sessionEs.tCond, NULL); in loc_eng_ni_init()
348 pthread_cond_init(&loc_eng_ni_data_p->session.tCond, NULL); in loc_eng_ni_init()
Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL); in thelper_signal_init()
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h88 pthread_cond_init(&cond, 0); in Locker()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c92 pthread_cond_init(&worker->condition_, NULL)) { in vp9_worker_reset()
Dvp9_thread.h104 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() function
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c62 if(pthread_cond_init(&timer_cond, NULL)) { in timer_thread()
Dmsg_q.c123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init()
/hardware/intel/common/libwsbm/src/
Dwsbm_driver.c188 pthread_cond_init(&pCond->cond, NULL); in p_condInit()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_Event.c64 if (pthread_cond_init(&event->condition, NULL)) { in Exynos_OSAL_SignalCreate()
/hardware/qcom/gps/utils/
Dloc_timer.c133 if(pthread_cond_init(&(t->timer_cond), NULL)) { in loc_timer_start()
Dmsg_q.c123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL); in thelper_signal_init()
Dloc_eng_ni.cpp304 pthread_cond_init(&loc_eng_ni_data_p->tCond, NULL); in loc_eng_ni_init()
/hardware/ti/omap4-aah/domx/mm_osal/src/
Dtimm_osal_events.c104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_events.c104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL)) in TIMM_OSAL_EventCreate()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c357 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL); in OMX_ComponentInit()
361 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
369 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL); in OMX_ComponentInit()
373 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL); in OMX_ComponentInit()
377 pthread_cond_init (&bufferReturned_condition, NULL); in OMX_ComponentInit()
481 if(pthread_cond_init (&pComponentPrivate->StateChangeCondition, NULL)) { in OMX_ComponentInit()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c89 pthread_cond_init(&slot->loc_cb_arrived_cond, NULL); in loc_api_sync_call_init()

123