HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_init (Results 376 - 400 of 687) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/tests/hwc/
cnativewindow.c 544 pthread_cond_init(&win->cvar, NULL);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 253 pthread_cond_init(&p_obj->cond, NULL);
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 330 pthread_cond_init(&lib2d_obj->cond, NULL);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
  /hardware/qcom/gps/msm8084/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
  /hardware/qcom/gps/msm8909/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
loc_eng_ni.cpp 304 pthread_cond_init(&loc_eng_ni_data_p->tCond, NULL);
  /hardware/qcom/gps/msm8960/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
  /hardware/qcom/gps/msm8994/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 result = pthread_cond_init( &thelper->thread_cond, NULL);
  /hardware/qcom/gps/msm8996/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/qcom/gps/utils/
msg_q.c 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 )
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_events.c 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL))
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 104 if (SUCCESS != pthread_cond_init(&(plEvent->condition), NULL))
  /system/bt/udrv/ulinux/
uipc.c 242 pthread_cond_init(&p->cond, NULL);
  /external/bison/lib/glthread/
lock.c 135 err = pthread_cond_init (&lock->waiting_readers, NULL);
138 err = pthread_cond_init (&lock->waiting_writers, NULL);
  /external/mesa3d/include/GL/
vms_x_fix.h 1007 #define pthread_cond_init macro
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 366 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
370 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
374 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
378 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
382 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 364 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
368 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
372 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
376 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
380 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 483 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
487 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
491 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
495 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
550 if(pthread_cond_init (&pComponentPrivate->StateChangeCondition, NULL)) {
    [all...]

Completed in 1244 milliseconds

<<11121314151617181920>>